mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-11 13:24:51 +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) {
|
if (sharedPreferences.getInt(PreferencesKey.exchangeStatusKey) == 1) {
|
||||||
await sharedPreferences.setInt(PreferencesKey.currentFiatApiModeKey, 0);
|
await sharedPreferences.setInt(PreferencesKey.exchangeStatusKey, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue