1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

remove setter

This commit is contained in:
David Baker
2020-01-31 13:18:01 +00:00
parent 2d9b111680
commit cb9362456f
2 changed files with 5 additions and 9 deletions

View File

@@ -21,10 +21,6 @@ import {DEFAULT_THEME, enumerateThemes} from "../../theme";
export default class ThemeController extends SettingController {
static isLogin = false;
static setIsLogin(val) {
ThemeController.isLogin = val;
}
getValueOverride(level, roomId, calculatedValue, calculatedAtLevel) {
if (!calculatedValue) return null; // Don't override null themes