Fix compile error on TV

This commit is contained in:
Davide 2024-12-09 07:59:37 +01:00
parent 70200b17ea
commit c72a69829b
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
1 changed files with 0 additions and 4 deletions

View File

@ -34,9 +34,6 @@ public struct AppCoordinator: View, AppCoordinatorConforming {
@EnvironmentObject @EnvironmentObject
public var iapManager: IAPManager public var iapManager: IAPManager
@EnvironmentObject
private var preferencesManager: PreferencesManager
private let profileManager: ProfileManager private let profileManager: ProfileManager
public let tunnel: ExtendedTunnel public let tunnel: ExtendedTunnel
@ -141,7 +138,6 @@ extension AppCoordinator {
pp_log(.app, .info, "Present interactive login") pp_log(.app, .info, "Present interactive login")
interactiveManager.present( interactiveManager.present(
with: profile, with: profile,
preferencesManager: preferencesManager,
onComplete: onComplete onComplete: onComplete
) )
} }