diff --git a/LeStorage/StoredCollection.swift b/LeStorage/StoredCollection.swift index 10ad76e..91070ad 100644 --- a/LeStorage/StoredCollection.swift +++ b/LeStorage/StoredCollection.swift @@ -197,6 +197,7 @@ public class StoredCollection: RandomAccessCollection, SomeCollecti } catch { Logger.error(error) } + self._setAsLoaded() } /// Loads the collection using the server data only if the collection file doesn't exists