mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 15:15:34 +03:00
load on sync completed
This commit is contained in:
parent
630fc3f73c
commit
4ca5593d2e
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ namespace Bit.App.Pages
|
|||
if(message.Command == "syncCompleted")
|
||||
{
|
||||
await Task.Delay(500);
|
||||
// await _viewModel.LoadAsync();
|
||||
await _vm.LoadAsync();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue