Skip to content

Commit 5539e14

Browse files
committed
msglist: Decrease end-of-feed gap from 36px to 12px
See discussion linked in the comment.
1 parent 2831798 commit 5539e14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/widgets/message_list.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,8 +1167,8 @@ class _MessageListState extends State<MessageList> with PerAccountStoreAwareStat
11671167
// TODO perhaps offer mark-as-read even when not done fetching?
11681168
MarkAsReadWidget(narrow: widget.narrow),
11691169
// To reinforce that the end of the feed has been reached:
1170-
// https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/flutter.3A.20Mark-as-read/near/1680603
1171-
const SizedBox(height: 36),
1170+
// https://chat.zulip.org/#narrow/channel/48-mobile/topic/space.20at.20end.20of.20thread/near/2203391
1171+
const SizedBox(height: 12),
11721172
]);
11731173
} else if (model.busyFetchingMore) {
11741174
// See [_buildStartCap] for why this condition shows a loading indicator.

0 commit comments

Comments
 (0)