1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

load on sync completed

This commit is contained in:
Kyle Spearrin
2019-05-28 16:28:21 -04:00
parent 630fc3f73c
commit 4ca5593d2e

View File

@@ -58,7 +58,7 @@ namespace Bit.App.Pages
if(message.Command == "syncCompleted")
{
await Task.Delay(500);
// await _viewModel.LoadAsync();
await _vm.LoadAsync();
}
});