From da44dfe5cf510e64ac2fdcf7cdcd4d601b781b98 Mon Sep 17 00:00:00 2001 From: Alex Guretzki Date: Tue, 10 Dec 2024 11:42:59 +0100 Subject: [PATCH] removed useless mapping --- AdyenActions/Components/SDK/Twint+Injectable.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AdyenActions/Components/SDK/Twint+Injectable.swift b/AdyenActions/Components/SDK/Twint+Injectable.swift index 4827ed06fb..b938364224 100644 --- a/AdyenActions/Components/SDK/Twint+Injectable.swift +++ b/AdyenActions/Components/SDK/Twint+Injectable.swift @@ -55,7 +55,7 @@ import Foundation cancelHandler: @escaping () -> Void ) -> UIAlertController? { Twint.controller( - for: installedAppConfigurations.map { $0 }, + for: installedAppConfigurations, selectedConfigurationHandler: { selectionHandler($0) }, cancelHandler: { cancelHandler() } )