| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -26,15 +26,18 @@ class NotificationsBloc extends InteractiveBloc | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    }); | 
					 | 
					 | 
					 | 
					    }); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    unawaited(refresh()); | 
					 | 
					 | 
					 | 
					    unawaited(refresh()); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    _timer = TimerBloc().registerTimer(const Duration(seconds: 30), refresh); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  } | 
					 | 
					 | 
					 | 
					  } | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  @override | 
					 | 
					 | 
					 | 
					  @override | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  final NotificationsAppSpecificOptions options; | 
					 | 
					 | 
					 | 
					  final NotificationsAppSpecificOptions options; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  final RequestManager _requestManager; | 
					 | 
					 | 
					 | 
					  final RequestManager _requestManager; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  final NextcloudClient _client; | 
					 | 
					 | 
					 | 
					  final NextcloudClient _client; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					  late final NeonTimer _timer; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  @override | 
					 | 
					 | 
					 | 
					  @override | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  void dispose() { | 
					 | 
					 | 
					 | 
					  void dispose() { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    _timer.cancel(); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    unawaited(notifications.close()); | 
					 | 
					 | 
					 | 
					    unawaited(notifications.close()); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    unawaited(unreadCounter.close()); | 
					 | 
					 | 
					 | 
					    unawaited(unreadCounter.close()); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    super.dispose(); | 
					 | 
					 | 
					 | 
					    super.dispose(); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |