mirror of
https://github.com/bitwarden/mobile
synced 2026-01-07 11:03:54 +00:00
Feature sync on refresh (#937)
* Added new option: Sync on refresh * Removed unused field * Fixed refreshing on disappearing & unnecessary codes removed * Requested changes * Calling storage service instead of a dedicated service function (mobile-specific)
This commit is contained in:
@@ -7,7 +7,6 @@ namespace Bit.Core.Abstractions
|
||||
public interface ISyncService
|
||||
{
|
||||
bool SyncInProgress { get; set; }
|
||||
|
||||
Task<bool> FullSyncAsync(bool forceSync, bool allowThrowOnError = false);
|
||||
Task<DateTime?> GetLastSyncAsync();
|
||||
Task SetLastSyncAsync(DateTime date);
|
||||
|
||||
Reference in New Issue
Block a user