diff options
author | Justin Gluck <justin.gluck@livio.io> | 2019-07-30 09:02:28 -0400 |
---|---|---|
committer | Justin Gluck <justin.gluck@livio.io> | 2019-07-30 09:02:28 -0400 |
commit | fa45e1ba15cdaafd09d1ea2384f25d51f2a83713 (patch) | |
tree | 524cef1acf9b12c85499b3e2229499cc5a739658 /Example Apps | |
parent | 977a5166e4b5c55fafe27d8d41a32f86d2948750 (diff) | |
download | sdl_ios-fa45e1ba15cdaafd09d1ea2384f25d51f2a83713.tar.gz |
PR issue- remove comment from codebugfix/issue-1353-VR-PICS-fails
Diffstat (limited to 'Example Apps')
-rw-r--r-- | Example Apps/Example Swift/PerformInteractionManager.swift | 3 |
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) } } |