mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
Merge branch 'develop' into spaces
# Conflicts: # Riot/Modules/Common/Avatar/AvatarViewDataProtocol.swift # Riot/Modules/Common/Recents/RecentsViewController.m # Riot/Modules/Home/Views/RoomCollectionViewCell.m # Riot/Modules/TabBar/TabBarCoordinator.swift
This commit is contained in:
@@ -78,7 +78,8 @@
|
||||
|
||||
- (HomeViewController *)homeViewController
|
||||
{
|
||||
return (HomeViewController*)[self viewControllerForClass:HomeViewController.class];
|
||||
UIViewController *wrapperVC = [self viewControllerForClass:HomeViewControllerWithBannerWrapperViewController.class];
|
||||
return [(HomeViewControllerWithBannerWrapperViewController *)wrapperVC homeViewController];
|
||||
}
|
||||
|
||||
- (FavouritesViewController *)favouritesViewController
|
||||
|
||||
Reference in New Issue
Block a user