You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
add bug link
This commit is contained in:
@@ -66,6 +66,7 @@ export class ThemeWatcher {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// XXX: forceTheme param aded here as local echo appears to be unreliable
|
// XXX: forceTheme param aded here as local echo appears to be unreliable
|
||||||
|
// https://github.com/vector-im/riot-web/issues/11443
|
||||||
recheck(forceTheme) {
|
recheck(forceTheme) {
|
||||||
const oldTheme = this._currentTheme;
|
const oldTheme = this._currentTheme;
|
||||||
this._currentTheme = forceTheme === undefined ? this.getEffectiveTheme() : forceTheme;
|
this._currentTheme = forceTheme === undefined ? this.getEffectiveTheme() : forceTheme;
|
||||||
|
|||||||
Reference in New Issue
Block a user