From 38c0a8a9a35e491833387134ba5089d003261861 Mon Sep 17 00:00:00 2001 From: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com> Date: Tue, 14 Feb 2023 08:24:49 -0800 Subject: [PATCH] Fix ConnectAppleIDView being shoved into a sidebar on iPad --- 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 07f30955..5cd8e5ca 100644 --- a/AltStore/Operations/AuthenticationOperation.swift +++ b/AltStore/Operations/AuthenticationOperation.swift @@ -346,7 +346,7 @@ private extension AuthenticationOperation completionHandler(.failure(OperationError.cancelled)) } } - }) + }.navigationViewStyle(StackNavigationViewStyle())) if !self.present(viewController) {