Skip to content

Commit 88f3b73

Browse files
committed
msglist [nfc]: Add a TODO to simplify SafeArea usage
1 parent 20ba62a commit 88f3b73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/widgets/message_list.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ class _MessageListState extends State<MessageList> {
7070
child: SafeArea(
7171
// A non-ancestor (the compose box) pads the bottom inset;
7272
// prevent extra padding here.
73+
// TODO have MessageListPage adjust the MediaQuery so we don't
74+
// have to worry about this here
7375
bottom: false,
7476

7577
// A non-ancestor (the app bar) pads the top inset. But no

0 commit comments

Comments
 (0)