diff --git a/src/components/structures/MatrixChat.tsx b/src/components/structures/MatrixChat.tsx index df2aa87f2c4..dbbb40cfeaf 100644 --- a/src/components/structures/MatrixChat.tsx +++ b/src/components/structures/MatrixChat.tsx @@ -987,6 +987,8 @@ export default class MatrixChat extends React.PureComponent { roomJustCreatedOpts: roomInfo.justCreatedOpts, }, () => { + ThemeController.isLogin = false; + this.themeWatcher.recheck(); this.notifyNewScreen("room/" + presentedId, replaceLast); }, );