minor fix

This commit is contained in:
Ryan Zhao 2022-06-20 16:50:36 +10:00
parent 30ebb3f53f
commit ab05b5ecf4
1 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,8 @@ final class ReactionContainerView : UIView {
}
if numberOfLines > 1 {
mainStackView.addArrangedSubview(collapseButton)
} else {
showingAllReactions = false
}
}