forked from mirrors/linphone-iphone
Inverted chat bubbles fix, take 2
This commit is contained in:
parent
e7cd7f0761
commit
08e73ec2d9
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ static UIFont *CELL_FONT = nil;
|
|||
CGRect innerFrame;
|
||||
BOOL is_outgoing = linphone_chat_message_is_outgoing(chat);
|
||||
innerFrame.size = [UIChatRoomCell viewSize:chat width:[self frame].size.width];
|
||||
if(is_outgoing) { // Inverted
|
||||
if(!is_outgoing) { // Inverted
|
||||
innerFrame.origin.x = 0.0f;
|
||||
innerFrame.origin.y = 0.0f;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue