2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00

Update wording in code comment (IOS-275)

This commit is contained in:
Marcus Kida 2024-06-19 13:56:41 +02:00
parent d61b10a8e6
commit a05fc48683
No known key found for this signature in database
GPG Key ID: 19FF64E08013CA40

View File

@ -154,7 +154,7 @@ extension HomeTimelineViewModel.LoadLatestState {
toAdd = statuses.map({ MastodonFeed.fromStatus($0.asMastodonStatus, kind: .home) })
toAdd.last?.hasMore = true
} else {
/// We do not have existing items, no load more is required as there can't be a gap
/// We do not have existing items, no _Load More_ is required as there is no gap
toAdd = statuses.map({ MastodonFeed.fromStatus($0.asMastodonStatus, kind: .home) })
}