mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-02-02 19:26:27 +00:00
Add types for OtherSettingsViewModel dependencies
This commit is contained in:
parent
3acbfbae79
commit
08edd4d8ff
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ Future setup(
|
|||
});
|
||||
|
||||
getIt.registerFactory(() {
|
||||
return OtherSettingsViewModel(getIt(), getIt());
|
||||
return OtherSettingsViewModel(getIt.get<SettingsStore>(), getIt.get<AppStore>().wallet!);
|
||||
});
|
||||
|
||||
getIt.registerFactory(() {
|
||||
|
|
Loading…
Reference in a new issue