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 edba020 commit 83dfd96Copy full SHA for 83dfd96
lib/widgets/message_list.dart
@@ -963,8 +963,8 @@ class _MessageListState extends State<MessageList> with PerAccountStoreAwareStat
963
// TODO perhaps offer mark-as-read even when not done fetching?
964
MarkAsReadWidget(narrow: widget.narrow),
965
// 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),
+ // https://chat.zulip.org/#narrow/channel/48-mobile/topic/space.20at.20end.20of.20thread/near/2203391
+ const SizedBox(height: 12),
968
]);
969
} else if (model.busyFetchingMore) {
970
// See [_buildStartCap] for why this condition shows a loading indicator.
0 commit comments