Fix migration variable [skip ci]

This commit is contained in:
Omar Hatem 2024-01-19 17:43:51 +02:00 committed by GitHub
parent 444e6d1887
commit 454ddba904
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);
}
}