Skip to content
Snippets Groups Projects
Unverified Commit 50b92763 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix unread indicator not updating for notifications (#11923)

Regression from #11898
parent 0d2b60ab
No related branches found
No related tags found
No related merge requests found
......@@ -201,10 +201,6 @@ export default class ScrollableList extends PureComponent {
this.detachIntersectionObserver();
detachFullscreenListener(this.onFullScreenChange);
if (this.props.onScrollToTop) {
this.props.onScrollToTop();
}
}
onFullScreenChange = () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment