hamburger on sync only in wallet screen (#357)

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
1 changed files with 1 additions and 1 deletions

View File

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