mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	fix: Remove old workaround
This commit is contained in:
		
							parent
							
								
									2297195ba7
								
							
						
					
					
						commit
						fcc66d2820
					
				@ -264,7 +264,6 @@ class _ChatListViewBody extends StatelessWidget {
 | 
			
		||||
              final rooms = List<Room>.from(Matrix.of(context).client.rooms)
 | 
			
		||||
                  .where(controller.roomCheck)
 | 
			
		||||
                  .toList();
 | 
			
		||||
              rooms.removeWhere((room) => room.lastEvent == null);
 | 
			
		||||
              if (rooms.isEmpty) {
 | 
			
		||||
                return Column(
 | 
			
		||||
                  mainAxisAlignment: MainAxisAlignment.center,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user