From f74d73f2dc358242ba3a3a93f314c4ef5ec3b0f1 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Mon, 21 Oct 2019 12:59:19 -0400 Subject: [PATCH] Fix: add callback after unlocking --- src/ui/component/splash/view.jsx | 1 + 1 file changed, 1 insertion(+) 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) {