mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 05:06:58 +02:00
HomeViewController: Add missing table reload.
This commit is contained in:
@@ -208,6 +208,8 @@ NSString *const kHomeViewControllerPublicRoomCellId = @"kHomeViewControllerPubli
|
||||
|
||||
// Report the related REST Client to retrieve public rooms
|
||||
[self addRestClient:mxSession.matrixRestClient];
|
||||
|
||||
[self.tableView reloadData];
|
||||
}
|
||||
|
||||
- (void)removeMatrixSession:(MXSession *)mxSession {
|
||||
@@ -215,6 +217,8 @@ NSString *const kHomeViewControllerPublicRoomCellId = @"kHomeViewControllerPubli
|
||||
|
||||
// Remove the related REST Client
|
||||
[self removeRestClient:mxSession.matrixRestClient];
|
||||
|
||||
[self.tableView reloadData];
|
||||
}
|
||||
|
||||
#pragma mark -
|
||||
|
||||
Reference in New Issue
Block a user