1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-06-30 11:14:51 +02: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();
}
});