diff --git a/lib/widgets/message_list.dart b/lib/widgets/message_list.dart index e6a9db5c1b..3eeb4af229 100644 --- a/lib/widgets/message_list.dart +++ b/lib/widgets/message_list.dart @@ -555,7 +555,8 @@ class _MessageListState extends State with PerAccountStoreAwareStat // Pad the left and right insets, for small devices in landscape. return SafeArea( // Don't let this be the place we pad the bottom inset. When there's - // no compose box, we want to let the message-list content pad it. + // no compose box, we want to let the message-list content + // and the scroll-to-bottom button avoid it. // TODO(#311) Remove as unnecessary if we do a bottom nav. // The nav will pad the bottom inset, and an ancestor of this widget // will have a `MediaQuery.removePadding` with `removeBottom: true`.