Merge "Fix VR current component changes being ignored."
This commit is contained in:
committed by
Android (Google) Code Review
commit
eef52f7322
@@ -680,10 +680,10 @@ public class VrManagerService extends SystemService implements EnabledComponentC
|
||||
}
|
||||
}
|
||||
|
||||
mCurrentVrModeComponent = calling;
|
||||
if (calling != null && !Objects.equals(calling, mCurrentVrModeComponent)) {
|
||||
sendUpdatedCaller = true;
|
||||
}
|
||||
mCurrentVrModeComponent = calling;
|
||||
|
||||
if (mCurrentVrModeUser != userId) {
|
||||
mCurrentVrModeUser = userId;
|
||||
|
||||
Reference in New Issue
Block a user