Merge "Follow up to "Add modified API to send more information to VrCore"" into oc-dr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9b53851d58
@@ -779,7 +779,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;
|
||||
|
||||
Reference in New Issue
Block a user