Merge pull request #5450 from pangeachat/5431-last-item-cant-be-viewed
fix: add padding to bottom of main chat list to make all items visible
This commit is contained in:
commit
84ca5a79ee
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