diff --git a/src/ui/component/splash/view.jsx b/src/ui/component/splash/view.jsx index 3ab77b5e3..8f901b7c8 100644 --- a/src/ui/component/splash/view.jsx +++ b/src/ui/component/splash/view.jsx @@ -108,9 +108,9 @@ export default class SplashScreen extends React.PureComponent { clearTimeout(this.timeout); } // Make sure there isn't another active modal (like INCOMPATIBLE_DAEMON) + this.updateStatusCallback(status, true); if (launchedModal === false && !modal) { this.setState({ launchedModal: true }, () => notifyUnlockWallet()); - this.updateStatusCallback(status, true); } } else { this.updateStatusCallback(status);