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