1
mirror of https://github.com/m2049r/xmrwallet synced 2025-06-14 07:33:42 +02:00

hamburger on sync only in wallet screen ()

This commit is contained in:
m2049r 2018-07-26 08:42:26 +02:00 committed by GitHub
parent a0debb0f7e
commit 878500ae71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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