dont collapse if tapping header or rx

This commit is contained in:
Ryan Nystrom
2017-06-02 22:24:54 -04:00
parent 672fa2bca6
commit d51c43876a

View File

@@ -105,6 +105,11 @@ IGListBindingSectionControllerSelectionDelegate {
didSelectItemAt index: Int,
viewModel: Any
) {
switch viewModel {
case is IssueCommentReactionViewModel,
is IssueCommentDetailsViewModel: return
default: break
}
uncollapse()
}