Merge pull request #4116 from matrix-org/jryans/rm-cider-watcher
Remove unused CIDER setting watcherpull/21833/head
commit
f80582a51d
|
@ -460,8 +460,6 @@ export default createReactClass({
|
||||||
// (We could use isMounted, but facebook have deprecated that.)
|
// (We could use isMounted, but facebook have deprecated that.)
|
||||||
this.unmounted = true;
|
this.unmounted = true;
|
||||||
|
|
||||||
SettingsStore.unwatchSetting(this._ciderWatcherRef);
|
|
||||||
|
|
||||||
// update the scroll map before we get unmounted
|
// update the scroll map before we get unmounted
|
||||||
if (this.state.roomId) {
|
if (this.state.roomId) {
|
||||||
RoomScrollStateStore.setScrollState(this.state.roomId, this._getScrollState());
|
RoomScrollStateStore.setScrollState(this.state.roomId, this._getScrollState());
|
||||||
|
|
Loading…
Reference in New Issue