From 886b30a265191525c56463fb38dcb2509fe6c94d Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 29 Apr 2020 15:07:00 +0200 Subject: [PATCH] also recheck --- src/components/structures/MatrixChat.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index 1293ccc7e9..a17db57d53 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -1186,6 +1186,7 @@ export default createReactClass({ */ _onLoggedIn: async function() { ThemeController.isLogin = false; + this._themeWatcher.recheck(); this.setStateForNewView({ view: VIEWS.LOGGED_IN }); // If a specific screen is set to be shown after login, show that above // all else, as it probably means the user clicked on something already.