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 committad av GitHub
förälder 0d2b60ab8b
incheckning 50b9276330
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: 4AEE18F83AFDEB23
1 ändrade filer med 0 tillägg och 4 borttagningar

Visa fil

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