Fix: add callback after unlocking
This commit is contained in:
parent
3bd42f1048
commit
f74d73f2dc
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ export default class SplashScreen extends React.PureComponent<Props, State> {
|
|||
// 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) {
|
||||
|
|
Loading…
Reference in a new issue