mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 14:32:37 +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…
Reference in New Issue
Block a user