mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +00:00
update migration behavior slightly (#1364)
This commit is contained in:
parent
7eed97718e
commit
dbb62ef5c0
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ Future<void> disableServiceStatusFiatDisabled(SharedPreferences sharedPreference
|
|||
return;
|
||||
}
|
||||
|
||||
if (currentFiat == FiatApiMode.disabled.raw) {
|
||||
if (currentFiat == FiatApiMode.disabled.raw || currentFiat == FiatApiMode.torOnly.raw) {
|
||||
await sharedPreferences.setBool(PreferencesKey.disableBulletinKey, true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue