Fix memory collection not being set as loaded

sync
Laurent 1 year ago
parent d94cf11a9f
commit e134581896
  1. 1
      LeStorage/StoredCollection.swift

@ -197,6 +197,7 @@ public class StoredCollection<T: Storable>: RandomAccessCollection, SomeCollecti
} catch {
Logger.error(error)
}
self._setAsLoaded()
}
/// Loads the collection using the server data only if the collection file doesn't exists

Loading…
Cancel
Save