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:
@@ -58,7 +58,7 @@ namespace Bit.App.Pages
|
||||
if(message.Command == "syncCompleted")
|
||||
{
|
||||
await Task.Delay(500);
|
||||
// await _viewModel.LoadAsync();
|
||||
await _vm.LoadAsync();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user