mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	fix: Bottom padding of chat list
This commit is contained in:
		
							parent
							
								
									df9013638d
								
							
						
					
					
						commit
						aa5ce5610f
					
				@ -232,6 +232,7 @@ class _ChatListState extends State<ChatList> {
 | 
			
		||||
                    return ListView.builder(
 | 
			
		||||
                      controller: _scrollController,
 | 
			
		||||
                      itemCount: totalCount + 1,
 | 
			
		||||
                      padding: EdgeInsets.only(bottom: 24),
 | 
			
		||||
                      itemBuilder: (BuildContext context, int i) => i == 0
 | 
			
		||||
                          ? Padding(
 | 
			
		||||
                              padding: EdgeInsets.all(12),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user