mirror of
https://github.com/m2049r/xmrwallet
synced 2025-05-19 06:52:38 +02:00
fix progress bar (#665)
This commit is contained in:
parent
65ce9b0889
commit
9846e8b5cf
@ -362,6 +362,7 @@ public class WalletFragment extends Fragment
|
|||||||
bSend.setEnabled(false);
|
bSend.setEnabled(false);
|
||||||
}
|
}
|
||||||
if (isVisible()) enableAccountsList(false); //otherwise it is enabled in onResume()
|
if (isVisible()) enableAccountsList(false); //otherwise it is enabled in onResume()
|
||||||
|
firstBlock = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean walletLoaded = false;
|
boolean walletLoaded = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user