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 20ba62a commit 88f3b73Copy full SHA for 88f3b73
lib/widgets/message_list.dart
@@ -70,6 +70,8 @@ class _MessageListState extends State<MessageList> {
70
child: SafeArea(
71
// A non-ancestor (the compose box) pads the bottom inset;
72
// prevent extra padding here.
73
+ // TODO have MessageListPage adjust the MediaQuery so we don't
74
+ // have to worry about this here
75
bottom: false,
76
77
// A non-ancestor (the app bar) pads the top inset. But no
0 commit comments