mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
init storage
This commit is contained in:
parent
1b613db534
commit
7613f4191b
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ namespace Bit.Droid
|
|||
var preferencesStorage = new PreferencesStorageService(null);
|
||||
var documentsPath = Environment.GetFolderPath(Environment.SpecialFolder.Personal);
|
||||
var liteDbStorage = new LiteDbStorageService(Path.Combine(documentsPath, "bitwarden.db"));
|
||||
liteDbStorage.InitAsync();
|
||||
var deviceActionService = new DeviceActionService();
|
||||
var localizeService = new LocalizeService();
|
||||
var broadcasterService = new BroadcasterService();
|
||||
|
|
Loading…
Reference in a new issue