[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 5864f2a55f
commit 1403d464ee
21 changed files with 428 additions and 66 deletions

View File

@@ -16,7 +16,7 @@
import Foundation
class HomeViewControllerWithBannerWrapperViewController: UIViewController, BannerPresentationProtocol {
class HomeViewControllerWithBannerWrapperViewController: MXKViewController, BannerPresentationProtocol {
@objc let homeViewController: HomeViewController
private var bannerContainerView: UIView!