Skip to content

Commit 1c36a38

Browse files
guangyaoguangyao
authored andcommitted
fix
1 parent 0ab3f93 commit 1c36a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RCTAuroraIMUI/IMUIMessageCollectionView/Views/IMUIBaseMessageCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ open class IMUIBaseMessageCell: UICollectionViewCell, IMUIMessageCellProtocal,Me
112112
let statusViewGesture = UITapGestureRecognizer(target: self, action: #selector(self.tapSatusView))
113113
statusViewGesture.numberOfTapsRequired = 1
114114
self.statusView?.isUserInteractionEnabled = true
115-
// self.statusView?.addGestureRecognizer(statusViewGesture)
115+
self.statusView?.addGestureRecognizer(statusViewGesture)
116116
}
117117

118118
func removeStatusView(viewCache: IMUIReuseViewCache) {

0 commit comments

Comments
 (0)