From 4ca5593d2e9213c4eb23139c94666fdd639fccfd Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 28 May 2019 16:28:21 -0400 Subject: [PATCH] load on sync completed --- src/App/Pages/Vault/GroupingsPage/GroupingsPage.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Pages/Vault/GroupingsPage/GroupingsPage.xaml.cs b/src/App/Pages/Vault/GroupingsPage/GroupingsPage.xaml.cs index 9053f02f6..a2614a6b9 100644 --- a/src/App/Pages/Vault/GroupingsPage/GroupingsPage.xaml.cs +++ b/src/App/Pages/Vault/GroupingsPage/GroupingsPage.xaml.cs @@ -58,7 +58,7 @@ namespace Bit.App.Pages if(message.Command == "syncCompleted") { await Task.Delay(500); - // await _viewModel.LoadAsync(); + await _vm.LoadAsync(); } });