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 da9a369 commit 518df26Copy full SHA for 518df26
lib/widgets/message_list.dart
@@ -555,7 +555,8 @@ class _MessageListState extends State<MessageList> with PerAccountStoreAwareStat
555
// Pad the left and right insets, for small devices in landscape.
556
return SafeArea(
557
// Don't let this be the place we pad the bottom inset. When there's
558
- // no compose box, we want to let the message-list content pad it.
+ // no compose box, we want to let the message-list content
559
+ // and the scroll-to-bottom button avoid it.
560
// TODO(#311) Remove as unnecessary if we do a bottom nav.
561
// The nav will pad the bottom inset, and an ancestor of this widget
562
// will have a `MediaQuery.removePadding` with `removeBottom: true`.
0 commit comments