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

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

Merge "(Minor) fix on ActivityManagerService.LocalService.getCurrentUserId()" into qt-qpr1-dev

parents 0a410d3a daca37e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17998,7 +17998,7 @@ public class ActivityManagerService extends IActivityManager.Stub
        @Override
        public int getCurrentUserId() {
            return mUserController.getCurrentUserIdLU();
            return mUserController.getCurrentUserId();
        }
        @Override