1
mirror of https://github.com/m2049r/xmrwallet synced 2025-05-08 22:34:11 +02:00

fix progress bar ()

This commit is contained in:
m2049r 2020-06-01 19:56:24 +02:00 committed by GitHub
parent 65ce9b0889
commit 9846e8b5cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -362,6 +362,7 @@ public class WalletFragment extends Fragment
bSend.setEnabled(false);
}
if (isVisible()) enableAccountsList(false); //otherwise it is enabled in onResume()
firstBlock = 0;
}
boolean walletLoaded = false;