mirror of
https://github.com/bitwarden/mobile
synced 2025-01-31 10:45:18 +01:00
full sync from sync page
This commit is contained in:
parent
2d6e0bd95a
commit
8653a76e26
@ -55,7 +55,7 @@ namespace Bit.App.Pages
|
|||||||
}
|
}
|
||||||
|
|
||||||
_userDialogs.ShowLoading("Syncing...", MaskType.Black);
|
_userDialogs.ShowLoading("Syncing...", MaskType.Black);
|
||||||
var succeeded = await _syncService.SyncAsync();
|
var succeeded = await _syncService.FullSyncAsync();
|
||||||
_userDialogs.HideLoading();
|
_userDialogs.HideLoading();
|
||||||
if(succeeded)
|
if(succeeded)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user