mirror of
https://github.com/bitwarden/android.git
synced 2024-12-18 23:31:52 +03:00
full sync from sync page
This commit is contained in:
parent
2d6e0bd95a
commit
8653a76e26
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue