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:
ggurdin 2026-01-27 10:33:16 -05:00 committed by GitHub
commit 84ca5a79ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -398,6 +398,7 @@ class ChatListViewBody extends StatelessWidget {
),
),
),
const SliverToBoxAdapter(child: SizedBox(height: 75.0)),
// Pangea#
],
),