Chat Screen: Fix wrong activities view display.

Unsent messages may be deleted manually, so we have to force activities refresh on table refresh.
This commit is contained in:
giomfo
2016-02-25 15:47:30 +01:00
parent 5bd3378823
commit 28fc252e50
@@ -581,6 +581,13 @@
#pragma mark - MXKDataSource delegate
- (void)dataSource:(MXKDataSource *)dataSource didCellChange:(id)changes
{
[super dataSource:dataSource didCellChange:changes];
[self refreshActivitiesViewDisplay];
}
- (void)dataSource:(MXKDataSource *)dataSource didRecognizeAction:(NSString *)actionIdentifier inCell:(id<MXKCellRendering>)cell userInfo:(NSDictionary *)userInfo
{
// Handle here user actions on bubbles for Vector app