1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-27 03:52:57 +02:00

full sync from sync page

This commit is contained in:
Kyle Spearrin 2016-06-29 22:04:09 -04:00
parent 2d6e0bd95a
commit 8653a76e26

View File

@ -55,7 +55,7 @@ namespace Bit.App.Pages
}
_userDialogs.ShowLoading("Syncing...", MaskType.Black);
var succeeded = await _syncService.SyncAsync();
var succeeded = await _syncService.FullSyncAsync();
_userDialogs.HideLoading();
if(succeeded)
{