mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	fix: One space always missing
This commit is contained in:
		
							parent
							
								
									76128f5978
								
							
						
					
					
						commit
						fadcad5926
					
				@ -366,7 +366,7 @@ class ChatListView extends StatelessWidget {
 | 
			
		||||
                  : Drawer(
 | 
			
		||||
                      child: SafeArea(
 | 
			
		||||
                        child: ListView.builder(
 | 
			
		||||
                          itemCount: controller.spaces.length,
 | 
			
		||||
                          itemCount: controller.spaces.length + 1,
 | 
			
		||||
                          itemBuilder: (context, i) {
 | 
			
		||||
                            if (i == 0) {
 | 
			
		||||
                              return ListTile(
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user