You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-25 17:02:04 +03:00
Fix theme being overridden to light even after login is completed
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@ -674,6 +674,7 @@ export default createReactClass({
|
||||
this.state.view !== VIEWS.E2E_SETUP
|
||||
) {
|
||||
this._onLoggedIn();
|
||||
ThemeController.isLogin = false;
|
||||
}
|
||||
break;
|
||||
case 'on_client_not_viable':
|
||||
|
Reference in New Issue
Block a user