mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
[spaces] several fixes for pre release
- [Space view has communities tab at the bottom of the screen](https://github.com/vector-im/element-ios/issues/4846)
This commit is contained in:
@@ -307,6 +307,16 @@
|
||||
[self.selectedViewController viewDidAppear:NO];
|
||||
}
|
||||
|
||||
- (void)removeTabAt:(MasterTabBarIndex)tag
|
||||
{
|
||||
NSInteger index = [self indexOfTabItemWithTag:tag];
|
||||
if (index != NSNotFound) {
|
||||
NSMutableArray<UIViewController*> *viewControllers = [NSMutableArray arrayWithArray:self.viewControllers];
|
||||
[viewControllers removeObjectAtIndex:index];
|
||||
self.viewControllers = viewControllers;
|
||||
}
|
||||
}
|
||||
|
||||
#pragma mark -
|
||||
|
||||
- (NSArray<MXSession*>*)mxSessions
|
||||
|
||||
Reference in New Issue
Block a user