forked from shadowfacts/Tusker
Change conversation main status favorites/reblogs count order to match Mastodon
This commit is contained in:
parent
8db5649cd5
commit
3b11dd216f
|
@ -141,8 +141,8 @@ class ConversationMainStatusCollectionViewCell: UICollectionViewListCell, Status
|
||||||
}
|
}
|
||||||
|
|
||||||
private lazy var actionsCountHStack = UIStackView(arrangedSubviews: [
|
private lazy var actionsCountHStack = UIStackView(arrangedSubviews: [
|
||||||
favoritesCountButton,
|
|
||||||
reblogsCountButton,
|
reblogsCountButton,
|
||||||
|
favoritesCountButton,
|
||||||
]).configure {
|
]).configure {
|
||||||
$0.axis = .horizontal
|
$0.axis = .horizontal
|
||||||
$0.spacing = 8
|
$0.spacing = 8
|
||||||
|
|
Loading…
Reference in New Issue