[Spaces] M10.6.1 Handle space link #4498

- Fixed universal links
- Added support for space links
This commit is contained in:
Gil Eluard
2021-09-22 14:58:19 +02:00
parent bdd912c35e
commit ba3f71ebe1
21 changed files with 428 additions and 66 deletions
@@ -16,7 +16,7 @@
import Foundation
class HomeViewControllerWithBannerWrapperViewController: UIViewController, BannerPresentationProtocol {
class HomeViewControllerWithBannerWrapperViewController: MXKViewController, BannerPresentationProtocol {
@objc let homeViewController: HomeViewController
private var bannerContainerView: UIView!