[spaces] several fixes for pre release

- [When switching spaces, user and room tabs are not populated](https://github.com/vector-im/element-ios/issues/4889)
- [Explore rooms list in space has odd ordering](https://github.com/vector-im/element-ios/issues/4890)
- Fixed Coming Soon error for Explore rooms
This commit is contained in:
Gil Eluard
2021-09-22 16:57:31 +02:00
parent 7b1ab21b76
commit 49f815ce9d
5 changed files with 14 additions and 1 deletions
@@ -283,6 +283,9 @@
[self initializeDataSources];
// Need to be called in case of the controllers have been replaced
[self.selectedViewController viewWillAppear:NO];
// Adjust the display of the icons in the tabbar.
for (UITabBarItem *tabBarItem in self.tabBar.items)
{
@@ -299,6 +302,9 @@
}
titleView.titleLabel.text = self.selectedViewController.accessibilityLabel;
// Need to be called in case of the controllers have been replaced
[self.selectedViewController viewDidAppear:NO];
}
#pragma mark -