fix: add padding to bottom of main chat list to make all items visible
This commit is contained in:
parent
88cd85e95a
commit
66cd314477
1 changed files with 1 additions and 0 deletions
|
|
@ -398,6 +398,7 @@ class ChatListViewBody extends StatelessWidget {
|
|||
),
|
||||
),
|
||||
),
|
||||
const SliverToBoxAdapter(child: SizedBox(height: 75.0)),
|
||||
// Pangea#
|
||||
],
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue