Fix unread indicator not updating for notifications (#11923)
Regression from #11898
This commit is contained in:
		@@ -201,10 +201,6 @@ export default class ScrollableList extends PureComponent {
 | 
			
		||||
    this.detachIntersectionObserver();
 | 
			
		||||
 | 
			
		||||
    detachFullscreenListener(this.onFullScreenChange);
 | 
			
		||||
 | 
			
		||||
    if (this.props.onScrollToTop) {
 | 
			
		||||
      this.props.onScrollToTop();
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  onFullScreenChange = () => {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user