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:
parent
d61b10a8e6
commit
a05fc48683
@ -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) })
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user