mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
Implements #4693 - Alert users of Element on iOS11 deprecation.
This commit is contained in:
committed by
Stefan Ceriu
parent
18a8d6b3ff
commit
ea699f66e3
@@ -75,7 +75,8 @@
|
||||
|
||||
- (HomeViewController *)homeViewController
|
||||
{
|
||||
return (HomeViewController*)[self viewControllerForClass:HomeViewController.class];
|
||||
HomeViewControllerWithBannerWrapperViewController *wrapperVC = [self viewControllerForClass:HomeViewControllerWithBannerWrapperViewController.class];
|
||||
return wrapperVC.homeViewController;
|
||||
}
|
||||
|
||||
- (FavouritesViewController *)favouritesViewController
|
||||
|
||||
Reference in New Issue
Block a user