From a6c3c1b4800e137defc687e901dc580cf690381b Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Thu, 17 Oct 2019 14:54:33 -0400 Subject: [PATCH] actually fix it --- src/ui/component/splash/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);