mirror of
https://github.com/m2049r/xmrwallet
synced 2025-06-14 07:33:42 +02:00
hamburger on sync only in wallet screen (#357)
This commit is contained in:
parent
a0debb0f7e
commit
878500ae71
@ -271,7 +271,7 @@ public class WalletFragment extends Fragment
|
||||
bSend.setVisibility(View.VISIBLE);
|
||||
bSend.setEnabled(true);
|
||||
}
|
||||
enableAccountsList(true);
|
||||
if (isVisible()) enableAccountsList(true); //otherwise it is enabled in onResume()
|
||||
}
|
||||
|
||||
boolean walletLoaded = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user