Avoid doing unnecessary work for filtered statuses

This commit is contained in:
Shadowfacts 2022-12-20 11:32:20 -05:00
parent 32be76ebee
commit 975be17d13
1 changed files with 1 additions and 0 deletions

View File

@ -529,6 +529,7 @@ class TimelineStatusCollectionViewCell: UICollectionViewListCell, StatusCollecti
attrStr.append(showStr)
filteredLabel.attributedText = attrStr
setContentViewMode(.filtered)
return
case .hide:
fatalError("unreachable")
}