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 18a8d6b3ff
commit ea699f66e3
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