forked from mirrors/linphone-iphone
fix the view when deleting a message
This commit is contained in:
parent
14b172f2ad
commit
3d92614919
1 changed files with 1 additions and 0 deletions
|
|
@ -325,6 +325,7 @@ static const CGFloat MESSAGE_SPACING_PERCENTAGE = 1.f;
|
|||
[tableView deleteRowsAtIndexPaths:[NSArray arrayWithObject:indexPath]
|
||||
withRowAnimation:UITableViewRowAnimationBottom];
|
||||
[tableView endUpdates];
|
||||
[self loadData];
|
||||
}
|
||||
|
||||
- (NSArray<UITableViewRowAction *> *)tableView:(UITableView *)tableView
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue