From 6990fa14d13e63aba7211a1a93c24912531186fb Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Thu, 4 May 2023 00:21:23 +0200 Subject: Fix state reloading --- MatrixRoomUtils.Web/Classes/LocalStorageWrapper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MatrixRoomUtils.Web/Classes/LocalStorageWrapper.cs') 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) { -- cgit 1.5.1