- add missing `didPerformBiometricValidationRequest` delegate method from TOPasscodeViewController - there is no default implementation. If not implemented the button won't do anything Signed-off-by: Henrik Storch <henrik.storch@nextcloud.com>
@@ -764,6 +764,10 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
return code == CCUtility.getPasscode()
}
+ func didPerformBiometricValidationRequest(in passcodeViewController: TOPasscodeViewController) {
+ enableTouchFaceID()
+ }
+
// MARK: - Privacy Protection
private func showPrivacyProtectionWindow() {