mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
full sync from sync page
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user