From ac8c6567dbf501407413326afb8cda62da5b9d90 Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Thu, 17 Oct 2019 14:37:45 -0700 Subject: [PATCH] Fixes prematurely cancelling authentication during interactive dismissal --- AltStore/Operations/AuthenticationOperation.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AltStore/Operations/AuthenticationOperation.swift b/AltStore/Operations/AuthenticationOperation.swift index 7dcf7897..db8271dc 100644 --- a/AltStore/Operations/AuthenticationOperation.swift +++ b/AltStore/Operations/AuthenticationOperation.swift @@ -396,7 +396,7 @@ private extension AuthenticationOperation extension AuthenticationOperation: UIAdaptivePresentationControllerDelegate { - func presentationControllerWillDismiss(_ presentationController: UIPresentationController) + func presentationControllerDidDismiss(_ presentationController: UIPresentationController) { if let signer = self.signer {