RecentsViewController: update title when total unreadCount changes

This commit is contained in:
manuroe
2015-04-16 16:25:00 +02:00
parent 66277b6158
commit bf3dd8e8d4
@@ -192,6 +192,9 @@
currentRoomViewController = nil;
}
}
// Update the unreadCount in the title
[self updateTitleView];
[self.tableView reloadData];