From d929f8053202dabb866f5aea3fc0238593c474ce Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Wed, 4 May 2016 20:37:39 -0700 Subject: Fix routing bug Where sometimes the account list was shown when first unlocking, after momentarily showing the detail panel. --- ui/app/actions.js | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/app/actions.js') diff --git a/ui/app/actions.js b/ui/app/actions.js index 072139e1a..9a8ba76d1 100644 --- a/ui/app/actions.js +++ b/ui/app/actions.js @@ -108,7 +108,6 @@ function tryUnlockMetamask(password) { return (dispatch) => { dispatch(this.unlockInProgress()) _accountManager.submitPassword(password, (err, selectedAccount) => { - dispatch(this.hideLoadingIndication()) if (err) { dispatch(this.unlockFailed()) } else { -- cgit v1.2.3