small delay before calling LoadAsync
This commit is contained in:
parent
a3f66b8ab1
commit
7ffcde002e
|
@ -92,6 +92,7 @@ namespace Bit.App.Pages
|
|||
{
|
||||
if(!_syncService.SyncInProgress)
|
||||
{
|
||||
await Task.Delay(500);
|
||||
await _vm.LoadAsync();
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue