diff options
Diffstat (limited to 'MatrixRoomUtils.Web/Classes')
-rw-r--r-- | MatrixRoomUtils.Web/Classes/LocalStorageWrapper.cs | 2 |
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) { |