mirror of https://github.com/vector-im/riot-web
add bug link
parent
a744415221
commit
518130c912
src
|
@ -66,6 +66,7 @@ export class ThemeWatcher {
|
|||
}
|
||||
|
||||
// XXX: forceTheme param aded here as local echo appears to be unreliable
|
||||
// https://github.com/vector-im/riot-web/issues/11443
|
||||
recheck(forceTheme) {
|
||||
const oldTheme = this._currentTheme;
|
||||
this._currentTheme = forceTheme === undefined ? this.getEffectiveTheme() : forceTheme;
|
||||
|
|
Loading…
Reference in New Issue