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:
Gautier Pelloux-Prayer 2015-09-02 10:54:00 +02:00
parent c75a000e9a
commit d55cc1b93a

View file

@ -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];