about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/Classes/LocalStorageWrapper.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixRoomUtils.Web/Classes/LocalStorageWrapper.cs')
-rw-r--r--MatrixRoomUtils.Web/Classes/LocalStorageWrapper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MatrixRoomUtils.Web/Classes/LocalStorageWrapper.cs b/MatrixRoomUtils.Web/Classes/LocalStorageWrapper.cs
index a87537b..5a13c49 100644
--- a/MatrixRoomUtils.Web/Classes/LocalStorageWrapper.cs
+++ b/MatrixRoomUtils.Web/Classes/LocalStorageWrapper.cs
@@ -9,8 +9,8 @@ public partial class LocalStorageWrapper
     //some basic logic
     public static async Task ReloadLocalStorage(ILocalStorageService localStorage)
     {
-        await LoadFromLocalStorage(localStorage);
         await SaveToLocalStorage(localStorage);
+        await LoadFromLocalStorage(localStorage);
     }
     public static async Task LoadFromLocalStorage(ILocalStorageService localStorage)
     {