Universal link + next link: Forward the next_link parameters to AuthenticationVC

This commit is contained in:
manuroe
2016-04-21 16:19:16 +02:00
parent 767ac0044b
commit d58016b47b
5 changed files with 54 additions and 2 deletions
@@ -18,6 +18,7 @@
#import "SegmentedViewController.h"
#import "RoomViewController.h"
#import "AuthenticationViewController.h"
/**
The `HomeViewController` screen is the main app screen.
@@ -34,6 +35,8 @@
@property (nonatomic, readonly) MXSession *selectedRoomSession;
@property (nonatomic, readonly) RoomPreviewData *selectedRoomPreviewData;
// Reference to the current auth VC. It is not nil only when the auth screen is displayed.
@property (nonatomic, readonly) AuthenticationViewController *authViewController;
/**
Display the authentication screen.