mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Key Backup: Add a screen for recovering with the local private key
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
import UIKit
|
||||
|
||||
protocol KeyBackupRecoverSuccessViewControllerDelegate: class {
|
||||
func KeyBackupRecoverSuccessViewControllerDidTapDone(_ keyBackupRecoverSuccessViewController: KeyBackupRecoverSuccessViewController)
|
||||
func keyBackupRecoverSuccessViewControllerDidTapDone(_ keyBackupRecoverSuccessViewController: KeyBackupRecoverSuccessViewController)
|
||||
}
|
||||
|
||||
final class KeyBackupRecoverSuccessViewController: UIViewController {
|
||||
@@ -115,6 +115,6 @@ final class KeyBackupRecoverSuccessViewController: UIViewController {
|
||||
}
|
||||
|
||||
@IBAction private func doneButtonAction(_ sender: Any) {
|
||||
self.delegate?.KeyBackupRecoverSuccessViewControllerDidTapDone(self)
|
||||
self.delegate?.keyBackupRecoverSuccessViewControllerDidTapDone(self)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user