Fix dynamic type not applying to timeline status content

This commit is contained in:
Shadowfacts 2022-12-04 15:35:54 -05:00
parent e49725e06d
commit 1da2b17a76
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ class TimelineStatusCollectionViewCell: UICollectionViewListCell, StatusCollecti
}
let contentContainer = StatusContentContainer().configure {
$0.contentTextView.font = TimelineStatusCollectionViewCell.contentFont
$0.contentTextView.defaultFont = TimelineStatusCollectionViewCell.contentFont
$0.contentTextView.paragraphStyle = TimelineStatusCollectionViewCell.contentParagraphStyle
$0.setContentHuggingPriority(.defaultLow, for: .vertical)
}