forked from shadowfacts/Tusker
Fix links/mentions/hashtags in timeline statuses not being tappable
This commit is contained in:
parent
7a2d8e78eb
commit
9c0c1f87f8
|
@ -84,6 +84,7 @@ extension StatusCollectionViewCell {
|
|||
updateUIForPreferences(status: status)
|
||||
|
||||
contentContainer.contentTextView.setTextFrom(status: status)
|
||||
contentContainer.contentTextView.navigationDelegate = delegate
|
||||
contentContainer.attachmentsView.delegate = self
|
||||
contentContainer.attachmentsView.updateUI(status: status)
|
||||
contentContainer.cardView.updateUI(status: status)
|
||||
|
|
Loading…
Reference in New Issue