summaryrefslogtreecommitdiff
path: root/Example Apps/Example Swift/PerformInteractionManager.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Example Apps/Example Swift/PerformInteractionManager.swift')
-rw-r--r--Example Apps/Example Swift/PerformInteractionManager.swift3
1 files changed, 1 insertions, 2 deletions
diff --git a/Example Apps/Example Swift/PerformInteractionManager.swift b/Example Apps/Example Swift/PerformInteractionManager.swift
index 1b177d90c..a04069a90 100644
--- a/Example Apps/Example Swift/PerformInteractionManager.swift
+++ b/Example Apps/Example Swift/PerformInteractionManager.swift
@@ -21,8 +21,7 @@ class PerformInteractionManager: NSObject {
///
/// - Parameter manager: The SDL Manager
func show(from triggerSource: SDLTriggerSource) {
- //manager.screenManager.presentSearchableChoiceSet(choiceSet, mode: interactionMode(for: triggerSource), with: self)
- manager.screenManager.present(choiceSet, mode: .voiceRecognitionOnly)
+ manager.screenManager.presentSearchableChoiceSet(choiceSet, mode: interactionMode(for: triggerSource), with: self)
}
}