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 bf40f1ddc3
commit 4a54de75db
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) {