1
0
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:
Kyle Spearrin
2019-04-19 12:29:37 -04:00
parent 4b7366e9b3
commit 7c1549bb95
8 changed files with 79 additions and 21 deletions

View File

@@ -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)