mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Fix issue
This commit is contained in:
		@@ -68,8 +68,7 @@ class _NotificationsScreenState extends SafeState<NotificationsScreen> {
 | 
				
			|||||||
  void initState() {
 | 
					  void initState() {
 | 
				
			||||||
    super.initState();
 | 
					    super.initState();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    this.listenChangeState<NewNumberNotifsEvent>(
 | 
					    this.listen<NewNumberNotifsEvent>((d) => _refreshKey.currentState.show());
 | 
				
			||||||
            (d) => _refreshKey.currentState.show());
 | 
					 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  @override
 | 
					  @override
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user