1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 08:13:20 +00:00

update message send type

This commit is contained in:
Kyle Spearrin
2019-04-18 14:30:38 -04:00
parent 2becf769c1
commit aec2855db9
2 changed files with 3 additions and 3 deletions

View File

@@ -255,7 +255,7 @@ namespace Bit.Core.Services
private void SyncStarted()
{
SyncInProgress = true;
_messagingService.Send("syncStarted");
_messagingService.Send<object>("syncStarted");
}
private bool SyncCompleted(bool successfully)