mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
UIChatRoomCell: click anywhere in the chat bubble to resend text, not only the tiny date and/or delivery status image
This commit is contained in:
parent
c75a000e9a
commit
d55cc1b93a
1 changed files with 1 additions and 2 deletions
|
|
@ -66,8 +66,7 @@ static UIFont *CELL_FONT = nil;
|
|||
|
||||
resendTapGestureRecognizer =
|
||||
[[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(onResendClick:)];
|
||||
[dateLabel addGestureRecognizer:resendTapGestureRecognizer];
|
||||
[statusImage addGestureRecognizer:resendTapGestureRecognizer];
|
||||
[innerView addGestureRecognizer:resendTapGestureRecognizer];
|
||||
|
||||
[self addSubview:innerView];
|
||||
[deleteButton setAlpha:0.0f];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue