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 committato da GitHub
parent 0d2b60ab8b
commit 50b9276330
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni

Vedi File

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