hamburger on sync only in wallet screen (#357)

merge-requests/3/head
m2049r 6 years ago 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;

Loading…
Cancel
Save