aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/ui.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/scripts/ui.js')
-rw-r--r--app/scripts/ui.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/scripts/ui.js b/app/scripts/ui.js
index 9bf97be87..42703f029 100644
--- a/app/scripts/ui.js
+++ b/app/scripts/ui.js
@@ -64,16 +64,16 @@ async function start () {
css = betaUIState ? NewMetaMaskUiCss() : OldMetaMaskUiCss()
deleteInjectedCss = injectCss(css)
}
- if (state.appState.shouldClose) notificationManager.closePopup()
+ // if (state.appState.shouldClose) notificationManager.closePopup()
})
})
function closePopupIfOpen (windowType) {
- if (windowType !== ENVIRONMENT_TYPE_NOTIFICATION) {
+ // if (windowType !== ENVIRONMENT_TYPE_NOTIFICATION) {
// should close only chrome popup
- notificationManager.closePopup()
- }
+ // notificationManager.closePopup()
+ // }
}
function displayCriticalError (err) {