We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c8594 commit 2cc8ebcCopy full SHA for 2cc8ebc
lib/widgets/message_list.dart
@@ -546,7 +546,8 @@ class _MessageListState extends State<MessageList> with PerAccountStoreAwareStat
546
// Pad the left and right insets, for small devices in landscape.
547
return SafeArea(
548
// Don't let this be the place we pad the bottom inset. When there's
549
- // no compose box, we want to let the message-list content pad it.
+ // no compose box, we want to let the message-list content
550
+ // and the scroll-to-bottom button avoid it.
551
// TODO(#311) Remove as unnecessary if we do a bottom nav.
552
// The nav will pad the bottom inset, and an ancestor of this widget
553
// will have a `MediaQuery.removePadding` with `removeBottom: true`.
0 commit comments