mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-02-02 11:16:26 +00:00
fix
This commit is contained in:
parent
0389ac40b0
commit
5b0ac29fe0
1 changed files with 1 additions and 2 deletions
|
@ -120,8 +120,7 @@ class AddressPage extends BasePage {
|
|||
_setEffects(context);
|
||||
|
||||
autorun((_) async {
|
||||
if (!dashboardViewModel.isOutdatedElectrumWallet ||
|
||||
!dashboardViewModel.settingsStore.shouldShowReceiveWarning) {
|
||||
if (!dashboardViewModel.settingsStore.shouldShowReceiveWarning) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue