mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	fix: Clear events
This commit is contained in:
		
							parent
							
								
									58557618b1
								
							
						
					
					
						commit
						3c807ab3b8
					
				@ -509,7 +509,7 @@ class ChatController extends State<Chat> {
 | 
			
		||||
    setState(() => selectedEvents.clear());
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  void clearSelectedEvents() => () => setState(() => selectedEvents.clear());
 | 
			
		||||
  void clearSelectedEvents() => setState(() => selectedEvents.clear());
 | 
			
		||||
 | 
			
		||||
  void editSelectedEventAction() {
 | 
			
		||||
    setState(() {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user