Implements #4693 - Alert users of Element on iOS11 deprecation.

This commit is contained in:
Stefan Ceriu
2021-08-24 14:58:12 +03:00
committed by Stefan Ceriu
parent 5c3f054a63
commit 95572d5e44
24 changed files with 823 additions and 26 deletions
+2 -1
View File
@@ -75,7 +75,8 @@
- (HomeViewController *)homeViewController
{
return (HomeViewController*)[self viewControllerForClass:HomeViewController.class];
HomeViewControllerWithBannerWrapperViewController *wrapperVC = [self viewControllerForClass:HomeViewControllerWithBannerWrapperViewController.class];
return wrapperVC.homeViewController;
}
- (FavouritesViewController *)favouritesViewController