From e134581896cb4a97daf915787f4234a4eea2b6d2 Mon Sep 17 00:00:00 2001 From: Laurent Date: Mon, 19 Aug 2024 11:04:49 +0200 Subject: [PATCH] Fix memory collection not being set as loaded --- LeStorage/StoredCollection.swift | 1 + 1 file changed, 1 insertion(+) 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