This commit is contained in:
Craig Raw
2021-08-02 16:10:47 +02:00
parent b91e8eab51
commit 22465b1b65
2 changed files with 2 additions and 1 deletions
+1 -1
Submodule drongo updated: debafd42e8...8fd14ce133
@@ -1778,6 +1778,7 @@ public class AppController implements Initializable {
@Subscribe
public void walletTabsClosed(WalletTabsClosedEvent event) {
event.getClosedWalletTabData().stream().map(WalletTabData::getWallet).forEach(loadingWallets::remove);
if(event.getClosedWalletTabData().stream().map(WalletTabData::getWallet).anyMatch(emptyLoadingWallets::remove) && emptyLoadingWallets.isEmpty()) {
if(statusBar.getText().equals(LOADING_TRANSACTIONS_MESSAGE)) {
statusBar.setText("");