mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-09-23 06:24:41 -04:00
Add null check
This commit is contained in:
parent
4475776242
commit
06c49ad730
1 changed files with 2 additions and 1 deletions
|
@ -231,6 +231,7 @@ public class MainViewModel implements ViewModel {
|
||||||
startupTimeout.stop();
|
startupTimeout.stop();
|
||||||
walletInitialized.removeListener(walletInitializedListener);
|
walletInitialized.removeListener(walletInitializedListener);
|
||||||
onAllServicesInitialized();
|
onAllServicesInitialized();
|
||||||
|
if (startupTimeoutPopup != null)
|
||||||
startupTimeoutPopup.hide();
|
startupTimeoutPopup.hide();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue