fix progress bar (#665)

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

View File

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