commit | 68e18572df839c9eefbb479e9d54a05ea7dcafcc | [log] [tgz] |
---|---|---|
author | I-Jui (Ray) Sung <ijsung@google.com> | Thu Apr 27 14:28:04 2017 -0700 |
committer | I-Jui (Ray) Sung <ijsung@google.com> | Thu Apr 27 15:53:26 2017 -0700 |
tree | 0cd25eaf835ed5c92277cc3e0a9c35a2ae3c5c9c | |
parent | 76a4032e0a09c8e91363a66447d6d019eeb58c98 [diff] |
Fix crashing VrDemo by removing obsolete code There was a line in VrView.java that would throw exception past API 23 per hoford@. On top of that, the line never did anything. This CL removed that offending line and fixed the crashing problem. Bug: b/37719569 Test: mm Test: interact with the VrDemo app with and without debug context Change-Id: Iba374383cf4563e15721bec62835291a36548b99 (cherry picked from commit 23d766313efd7c5b5cc7e58b4898992ddd363363)