mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-25 18:32:22 +08:00
dont collapse if tapping header or rx
This commit is contained in:
@@ -105,6 +105,11 @@ IGListBindingSectionControllerSelectionDelegate {
|
||||
didSelectItemAt index: Int,
|
||||
viewModel: Any
|
||||
) {
|
||||
switch viewModel {
|
||||
case is IssueCommentReactionViewModel,
|
||||
is IssueCommentDetailsViewModel: return
|
||||
default: break
|
||||
}
|
||||
uncollapse()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user