diff --git a/src/ui/component/splash/view.jsx b/src/ui/component/splash/view.jsx index 54fc79c05..bbbf28725 100644 --- a/src/ui/component/splash/view.jsx +++ b/src/ui/component/splash/view.jsx @@ -105,6 +105,7 @@ export default class SplashScreen extends React.PureComponent { // Fix wallet bug and reset encryption status if (walletStatus.is_encrypted && walletStatus.is_locked === false) { this.setState({ launchedModal: true }, () => notifyUnlockWallet()); + this.updateStatusCallback(status, true); } else if (walletStatus.is_locked) { // Clear the error timeout, it might sit on this step for a while until someone enters their password if (this.timeout) {