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

Commit 85843be8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix onCurrentVrActivityChanged callbacks."

parents 93a094c3 7196a6bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -725,10 +725,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;