AppDelegate: Support identity server v2 API email validation and prompt to accept identity server policies on first use.

This commit is contained in:
SBiOSoftWhare
2019-08-30 11:15:06 +02:00
parent 9c3558cd17
commit 457c25b2c4
2 changed files with 87 additions and 3 deletions
@@ -42,6 +42,10 @@ final class ServiceTermsModalCoordinatorBridgePresenter: NSObject {
weak var delegate: ServiceTermsModalCoordinatorBridgePresenterDelegate?
var isPresenting: Bool {
return self.coordinator != nil
}
// MARK: - Setup
init(session: MXSession, baseUrl: String, serviceType: MXServiceType, accessToken: String) {