1
0
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:
Kyle Spearrin
2019-06-13 08:55:23 -04:00
parent a3f66b8ab1
commit 7ffcde002e

View File

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