mirror of
https://github.com/bitwarden/mobile
synced 2026-01-02 00:23:15 +00:00
small delay before calling LoadAsync
This commit is contained in:
@@ -92,6 +92,7 @@ namespace Bit.App.Pages
|
||||
{
|
||||
if(!_syncService.SyncInProgress)
|
||||
{
|
||||
await Task.Delay(500);
|
||||
await _vm.LoadAsync();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user