mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
re-worked message sending
This commit is contained in:
@@ -255,7 +255,7 @@ namespace Bit.Core.Services
|
||||
private void SyncStarted()
|
||||
{
|
||||
SyncInProgress = true;
|
||||
_messagingService.Send<object>("syncStarted");
|
||||
_messagingService.Send("syncStarted");
|
||||
}
|
||||
|
||||
private bool SyncCompleted(bool successfully)
|
||||
|
||||
Reference in New Issue
Block a user