Fix unread indicator not updating for notifications (#11923)

Regression from #11898
Bu işleme şunda yer alıyor:
Eugen Rochko 2019-09-23 02:19:08 +02:00 işlemeyi yapan: GitHub
ebeveyn 0d2b60ab8b
işleme 50b9276330
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 0 ekleme ve 4 silme

Dosyayı Görüntüle

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