mirror of
https://github.com/bitwarden/mobile
synced 2026-01-03 17:13:50 +00:00
delay for 1s on SyncIfNeeded
This commit is contained in:
@@ -369,6 +369,7 @@ namespace Bit.App
|
||||
var lastSync = await _syncService.GetLastSyncAsync();
|
||||
if(lastSync == null || ((DateTime.UtcNow - lastSync) > TimeSpan.FromMinutes(30)))
|
||||
{
|
||||
await Task.Delay(1000);
|
||||
await _syncService.FullSyncAsync(false);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user