mirror of
https://github.com/bitwarden/mobile
synced 2025-12-21 10:43:22 +00:00
load on sync completed
This commit is contained in:
@@ -58,7 +58,7 @@ namespace Bit.App.Pages
|
|||||||
if(message.Command == "syncCompleted")
|
if(message.Command == "syncCompleted")
|
||||||
{
|
{
|
||||||
await Task.Delay(500);
|
await Task.Delay(500);
|
||||||
// await _viewModel.LoadAsync();
|
await _vm.LoadAsync();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user