forked from shadowfacts/Tusker
Fix tapping reblog count in conv main status showing favorites list
This commit is contained in:
parent
9e76879ce6
commit
60921cb95f
|
@ -426,7 +426,7 @@ class ConversationMainStatusCollectionViewCell: UICollectionViewListCell, Status
|
||||||
guard let delegate else {
|
guard let delegate else {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
let vc = StatusActionAccountListViewController(actionType: .favorite, statusID: statusID, statusState: statusState.copy(), accountIDs: nil, mastodonController: mastodonController)
|
let vc = StatusActionAccountListViewController(actionType: .reblog, statusID: statusID, statusState: statusState.copy(), accountIDs: nil, mastodonController: mastodonController)
|
||||||
vc.showInacurateCountWarning = true
|
vc.showInacurateCountWarning = true
|
||||||
delegate.show(vc)
|
delegate.show(vc)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue