Fix unread indicator not updating for notifications (#11923)

Regression from #11898
This commit is contained in:
Eugen Rochko 2019-09-23 02:19:08 +02:00 committed by GitHub
父節點 0d2b60ab8b
當前提交 50b9276330
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 0 次插入4 次删除

查看文件

@ -201,10 +201,6 @@ export default class ScrollableList extends PureComponent {
this.detachIntersectionObserver();
detachFullscreenListener(this.onFullScreenChange);
if (this.props.onScrollToTop) {
this.props.onScrollToTop();
}
}
onFullScreenChange = () => {