summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Gluck <justin.gluck@livio.io>2019-07-30 09:02:28 -0400
committerJustin Gluck <justin.gluck@livio.io>2019-07-30 09:02:28 -0400
commitfa45e1ba15cdaafd09d1ea2384f25d51f2a83713 (patch)
tree524cef1acf9b12c85499b3e2229499cc5a739658
parent977a5166e4b5c55fafe27d8d41a32f86d2948750 (diff)
downloadsdl_ios-bugfix/issue-1353-VR-PICS-fails.tar.gz
PR issue- remove comment from codebugfix/issue-1353-VR-PICS-fails
-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)
}
}