Skip to content

Commit 83dfd96

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

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
@@ -963,8 +963,8 @@ class _MessageListState extends State<MessageList> with PerAccountStoreAwareStat
963963
// TODO perhaps offer mark-as-read even when not done fetching?
964964
MarkAsReadWidget(narrow: widget.narrow),
965965
// To reinforce that the end of the feed has been reached:
966-
// https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/flutter.3A.20Mark-as-read/near/1680603
967-
const SizedBox(height: 36),
966+
// https://chat.zulip.org/#narrow/channel/48-mobile/topic/space.20at.20end.20of.20thread/near/2203391
967+
const SizedBox(height: 12),
968968
]);
969969
} else if (model.busyFetchingMore) {
970970
// See [_buildStartCap] for why this condition shows a loading indicator.

0 commit comments

Comments
 (0)