actually fix it

This commit is contained in:
Sean Yesmunt 2019-10-17 14:54:33 -04:00
parent 1f309fdc75
commit a6c3c1b480

View file

@ -108,9 +108,9 @@ export default class SplashScreen extends React.PureComponent<Props, State> {
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);