mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 12:08:11 +00:00
Fix the inverted chat bubbles
This commit is contained in:
parent
4870a0c8fd
commit
e7cd7f0761
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ static UIFont *CELL_FONT = nil;
|
|||
|
||||
CGRect messageFrame = [bubbleView frame];
|
||||
messageFrame.origin.y = ([innerView frame].size.height - messageFrame.size.height)/2;
|
||||
if(is_outgoing) { // Inverted
|
||||
if(!is_outgoing) { // Inverted
|
||||
[backgroundImage setImage:[TUNinePatchCache imageOfSize:[backgroundImage bounds].size
|
||||
forNinePatchNamed:@"chat_bubble_incoming"]];
|
||||
messageFrame.origin.y += 5;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue