mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 12:09:43 +00:00
Fix migration variable [skip ci]
This commit is contained in:
parent
444e6d1887
commit
454ddba904
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ Future<void> migrateTorPreferences({required SharedPreferences sharedPreferences
|
|||
}
|
||||
|
||||
if (sharedPreferences.getInt(PreferencesKey.exchangeStatusKey) == 1) {
|
||||
await sharedPreferences.setInt(PreferencesKey.currentFiatApiModeKey, 0);
|
||||
await sharedPreferences.setInt(PreferencesKey.exchangeStatusKey, 0);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue