We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc02303 commit c57de59Copy full SHA for c57de59
lib/widgets/message_list.dart
@@ -534,7 +534,8 @@ class _MessageListState extends State<MessageList> with PerAccountStoreAwareStat
534
// Pad the left and right insets, for small devices in landscape.
535
return SafeArea(
536
// Don't let this be the place we pad the bottom inset. When there's
537
- // no compose box, we want to let the message-list content pad it.
+ // no compose box, we want to let the message-list content
538
+ // and the scroll-to-bottom button avoid it.
539
// TODO(#311) Remove as unnecessary if we do a bottom nav.
540
// The nav will pad the bottom inset, and an ancestor of this widget
541
// will have a `MediaQuery.removePadding` with `removeBottom: true`.
0 commit comments