Skip to content

Commit 1ecd491

Browse files
committed
recent dms: Let last item scroll 90px up from bottom to make room for a FAB
We're about to add a "New DM" FAB, and this will ensure that the user can scoot the last few recent-DM items out from under that FAB.
1 parent 7820fd9 commit 1ecd491

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/widgets/recent_dm_conversations.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ class _RecentDmConversationsPageBodyState extends State<RecentDmConversationsPag
6262
// Don't pad the bottom here; we want the list content to do that.
6363
bottom: false,
6464
child: ListView.builder(
65+
padding: EdgeInsets.only(bottom: 90),
6566
itemCount: sorted.length,
6667
itemBuilder: (context, index) {
6768
final narrow = sorted[index];

0 commit comments

Comments
 (0)