1
0
mirror of https://github.com/bitwarden/mobile synced 2026-02-25 17:03:19 +00:00

[SG-386] iOS Update user state when coming from background

This commit is contained in:
Federico Andrés Maccaroni
2022-06-16 14:01:28 -03:00
parent 542ef5f31a
commit a8d9aaa7fe
11 changed files with 79 additions and 27 deletions

View File

@@ -130,7 +130,7 @@ namespace Bit.Droid
var secureStorageService = new SecureStorageService();
var cryptoPrimitiveService = new CryptoPrimitiveService();
var mobileStorageService = new MobileStorageService(preferencesStorage, liteDbStorage);
var stateService = new StateService(mobileStorageService, secureStorageService);
var stateService = new StateService(mobileStorageService, secureStorageService, messagingService);
var stateMigrationService =
new StateMigrationService(liteDbStorage, preferencesStorage, secureStorageService);
var clipboardService = new ClipboardService(stateService);