mirror of
https://github.com/bitwarden/mobile
synced 2026-01-02 08:33:17 +00:00
catch thrown sync errors from ui
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Bit.Core.Abstractions
|
||||
{
|
||||
bool SyncInProgress { get; set; }
|
||||
|
||||
Task<bool> FullSyncAsync(bool forceSync);
|
||||
Task<bool> FullSyncAsync(bool forceSync, bool allowThrowOnError = false);
|
||||
Task<DateTime?> GetLastSyncAsync();
|
||||
Task SetLastSyncAsync(DateTime date);
|
||||
Task<bool> SyncDeleteCipherAsync(SyncCipherNotification notification);
|
||||
@@ -16,4 +16,4 @@ namespace Bit.Core.Abstractions
|
||||
Task<bool> SyncUpsertCipherAsync(SyncCipherNotification notification, bool isEdit);
|
||||
Task<bool> SyncUpsertFolderAsync(SyncFolderNotification notification, bool isEdit);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user