actually fix it
This commit is contained in:
parent
1f309fdc75
commit
a6c3c1b480
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue