small delay before calling LoadAsync

This commit is contained in:
Kyle Spearrin 2019-06-13 08:55:23 -04:00
parent a3f66b8ab1
commit 7ffcde002e
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ namespace Bit.App.Pages
{
if(!_syncService.SyncInProgress)
{
await Task.Delay(500);
await _vm.LoadAsync();
}
else