commit | 3166593f4e8e7ccfdecfca010fd8d22b5e219487 | [log] [tgz] |
---|---|---|
author | Dan Sandler <dsandler@android.com> | Wed Apr 13 13:22:44 2016 -0400 |
committer | Dan Sandler <dsandler@android.com> | Wed Apr 13 13:32:11 2016 -0400 |
tree | 9311e46aef640d2f5993fa53e32fe6c28e13e176 | |
parent | a6dea121e81e4759718ec7f522f7d9b9926df59a [diff] |
Fix NPE when the vr manager isn't around at first. There's a race condition when grabbing the VR service during ImmersiveModeConfirmation's constructor since the window manager allocates the ImmersiveModeConfirmation in its own init(); vr may still be starting up at that time. Change-Id: Ic0aa0fbf8fd087f01f4690c14e1c68f0670b0bc0 Fixes: 28159168