File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1167,8 +1167,8 @@ class _MessageListState extends State<MessageList> with PerAccountStoreAwareStat
1167
1167
// TODO perhaps offer mark-as-read even when not done fetching?
1168
1168
MarkAsReadWidget (narrow: widget.narrow),
1169
1169
// 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 ),
1172
1172
]);
1173
1173
} else if (model.busyFetchingMore) {
1174
1174
// See [_buildStartCap] for why this condition shows a loading indicator.
You can’t perform that action at this time.
0 commit comments