mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	chore: Follow up spaces fix
This commit is contained in:
		
							parent
							
								
									9bc3c90217
								
							
						
					
					
						commit
						ae29343374
					
				@ -574,6 +574,7 @@ class ChatListController extends State<ChatList>
 | 
			
		||||
  void setActiveClient(Client client) {
 | 
			
		||||
    VRouter.of(context).to('/rooms');
 | 
			
		||||
    setState(() {
 | 
			
		||||
      activeSpaceId = null;
 | 
			
		||||
      selectedRoomIds.clear();
 | 
			
		||||
      Matrix.of(context).setActiveClient(client);
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user