mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 03:20:50 +02:00
KeyVerificationCoordinatorBridgePresenter: Add isPresenting property.
This commit is contained in:
@@ -39,6 +39,10 @@ final class KeyVerificationCoordinatorBridgePresenter: NSObject {
|
||||
|
||||
weak var delegate: KeyVerificationCoordinatorBridgePresenterDelegate?
|
||||
|
||||
var isPresenting: Bool {
|
||||
return self.coordinator != nil
|
||||
}
|
||||
|
||||
// MARK: - Setup
|
||||
|
||||
init(session: MXSession) {
|
||||
|
||||
Reference in New Issue
Block a user