Merge "Follow up to "Add modified API to send more information to VrCore"" into oc-dr1-dev am: 9b53851d58

am: 0814a41322

Change-Id: Ie80972ee57290bccb2170e4dd057875e1f2b045d
This commit is contained in:
Alex Sakhartchouk
2017-07-25 14:13:57 +00:00
committed by android-build-merger

View File

@@ -785,7 +785,8 @@ public class VrManagerService extends SystemService implements EnabledComponentC
}
if ((calling != null || mPersistentVrModeEnabled)
&& !Objects.equals(calling, mCurrentVrModeComponent)) {
&& !Objects.equals(calling, mCurrentVrModeComponent)
|| mRunning2dInVr != running2dInVr) {
sendUpdatedCaller = true;
}
mCurrentVrModeComponent = calling;