mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Fix chat discrepancies with the "is composing" indicator
This commit is contained in:
parent
bf44fc197a
commit
8af2025ba5
1 changed files with 1 additions and 1 deletions
|
|
@ -403,13 +403,13 @@ static void message_status(LinphoneChatMessage* msg,LinphoneChatMessageState sta
|
|||
newTableFrame.size.height += newComposingFrame.size.height;
|
||||
newComposingFrame.origin.y = keyboardFrame.origin.y;
|
||||
}
|
||||
composingVisible = visible;
|
||||
[UIView animateWithDuration:delay
|
||||
animations:^{
|
||||
self.tableController.tableView.frame = newTableFrame;
|
||||
self.composeIndicatorView.frame = newComposingFrame;
|
||||
}
|
||||
completion:^(BOOL finished) {
|
||||
composingVisible = visible;
|
||||
[self.tableController scrollToBottom:TRUE];
|
||||
}];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue