Change conversation main status favorites/reblogs count order to match Mastodon

This commit is contained in:
Shadowfacts 2023-05-16 11:43:53 -04:00
parent 8db5649cd5
commit 3b11dd216f
1 changed files with 1 additions and 1 deletions

View File

@ -141,8 +141,8 @@ class ConversationMainStatusCollectionViewCell: UICollectionViewListCell, Status
}
private lazy var actionsCountHStack = UIStackView(arrangedSubviews: [
favoritesCountButton,
reblogsCountButton,
favoritesCountButton,
]).configure {
$0.axis = .horizontal
$0.spacing = 8