Fix unread indicator not updating for notifications (#11923)

Regression from #11898
lolsob-rspec
Eugen Rochko 2019-09-23 02:19:08 +02:00 committed by GitHub
parent 25c70115c1
commit b02ac11e2a
1 changed files with 0 additions and 4 deletions

View File

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