event service func

This commit is contained in:
Kyle Spearrin
2019-07-23 00:06:34 -04:00
parent 0d6cc91b67
commit 6d2dcb73ae
2 changed files with 6 additions and 6 deletions

View File

@@ -107,7 +107,7 @@ namespace Bit.Droid
var cryptoPrimitiveService = new CryptoPrimitiveService();
var mobileStorageService = new MobileStorageService(preferencesStorage, liteDbStorage);
var deviceActionService = new DeviceActionService(mobileStorageService, messagingService,
broadcasterService);
broadcasterService, () => ServiceContainer.Resolve<IEventService>("eventService"));
var platformUtilsService = new MobilePlatformUtilsService(deviceActionService, messagingService,
broadcasterService);