mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-13 05:49:48 +00:00
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);
|
clearTimeout(this.timeout);
|
||||||
}
|
}
|
||||||
// Make sure there isn't another active modal (like INCOMPATIBLE_DAEMON)
|
// Make sure there isn't another active modal (like INCOMPATIBLE_DAEMON)
|
||||||
|
this.updateStatusCallback(status, true);
|
||||||
if (launchedModal === false && !modal) {
|
if (launchedModal === false && !modal) {
|
||||||
this.setState({ launchedModal: true }, () => notifyUnlockWallet());
|
this.setState({ launchedModal: true }, () => notifyUnlockWallet());
|
||||||
this.updateStatusCallback(status, true);
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.updateStatusCallback(status);
|
this.updateStatusCallback(status);
|
||||||
|
|
Loading…
Add table
Reference in a new issue