From e79bc4d4dfe745c44ef2844ab5a596662cc8b3c2 Mon Sep 17 00:00:00 2001 From: Greg Fodor <gfodor@gmail.com> Date: Fri, 6 Apr 2018 10:52:24 -0700 Subject: [PATCH] Dumb bug --- src/react-components/ui-root.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/react-components/ui-root.js b/src/react-components/ui-root.js index 5a5d56fc6..662ef2bb8 100644 --- a/src/react-components/ui-root.js +++ b/src/react-components/ui-root.js @@ -250,7 +250,7 @@ class UIRoot extends Component { }; enterGearVR = async () => { - if (this.state.availableVREntryTypes.daydream !== VR_DEVICE_AVAILABILITY.yes) { + if (this.state.availableVREntryTypes.gearvr !== VR_DEVICE_AVAILABILITY.yes) { await this.performDirectEntryFlow(true); } else { this.exit(); -- GitLab