forked from mirrors/linphone-iphone
Fix scrollToBottom for ChatConversation TableView
This commit is contained in:
parent
6fa24fff6d
commit
669851065a
1 changed files with 3 additions and 2 deletions
|
|
@ -675,8 +675,9 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
completion:^(BOOL finished) {
|
||||
_composeIndicatorView.hidden = !visible;
|
||||
}];
|
||||
|
||||
[_tableController scrollToBottom:TRUE];
|
||||
if (_tableController.tableView.contentOffset.y + newComposingFrame.size.height >= (_tableController.tableView.contentSize.height - _tableController.tableView.frame.size.height)) {
|
||||
[_tableController scrollToBottom:TRUE];
|
||||
}
|
||||
}
|
||||
|
||||
- (BOOL) groupCallAvailable {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue