mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
fix chat cell not work
This commit is contained in:
parent
5a30382991
commit
9dd1e92821
2 changed files with 2 additions and 0 deletions
|
|
@ -52,6 +52,7 @@
|
|||
chatTableView = VIEW(ChatConversationView).tableController;
|
||||
videoDefaultSize = CGSizeMake(320, 240);
|
||||
assetIsLoaded = FALSE;
|
||||
self.contentView.userInteractionEnabled = NO;
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -57,6 +57,7 @@
|
|||
//[_imdmLabel addGestureRecognizer:resendRecognizer2];
|
||||
//_imdmLabel.userInteractionEnabled = YES;
|
||||
|
||||
self.contentView.userInteractionEnabled = NO;
|
||||
return self;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue