fix: Bottom padding of chat list
This commit is contained in:
parent
b1453f38f1
commit
3423286a91
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue