1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-03 09:03:35 +00:00

perform sync on update

This commit is contained in:
Kyle Spearrin
2017-10-28 21:36:27 -04:00
parent fea94f956d
commit d4cd2b8be8
3 changed files with 8 additions and 5 deletions

View File

@@ -103,7 +103,7 @@ namespace Bit.App
if(string.IsNullOrWhiteSpace(_uri))
{
Helpers.PerformUpdateTasks(_settings, _appInfoService, _databaseService);
Helpers.PerformUpdateTasks(_settings, _appInfoService, _databaseService, _syncService);
await Task.Run(() => FullSyncAsync()).ConfigureAwait(false);
}