Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0814a413 authored by Alex Sakhartchouk's avatar Alex Sakhartchouk Committed by android-build-merger
Browse files

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

am: 9b53851d

Change-Id: I7fccb7f1002076d4916ecf63673d97ee9cd8fbaa
parents aab2573c 9b53851d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;