修复退出房间的时候键盘无法收回的问题
This commit is contained in:
@@ -149,8 +149,8 @@
|
||||
|
||||
|
||||
- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer {
|
||||
///666是外部的公屏消息列表
|
||||
if (otherGestureRecognizer.view.tag == 666) {
|
||||
///666是外部的公屏消息列表 8888房间半屏弹框顶部消失的view
|
||||
if (otherGestureRecognizer.view.tag == 666 || otherGestureRecognizer.view.tag == 8888) {
|
||||
self.scrollEnabled = NO;
|
||||
return NO;
|
||||
}
|
||||
|
Reference in New Issue
Block a user