1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-24 06:02:08 +03:00

Merge pull request #4116 from matrix-org/jryans/rm-cider-watcher

Remove unused CIDER setting watcher
This commit is contained in:
J. Ryan Stinnett
2020-02-24 13:10:59 +00:00
committed by GitHub

View File

@ -460,8 +460,6 @@ export default createReactClass({
// (We could use isMounted, but facebook have deprecated that.)
this.unmounted = true;
SettingsStore.unwatchSetting(this._ciderWatcherRef);
// update the scroll map before we get unmounted
if (this.state.roomId) {
RoomScrollStateStore.setScrollState(this.state.roomId, this._getScrollState());