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

Commit 6bf45f99 authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

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

am: 5811f477

Change-Id: I9cc8522ee163b3567ee6a5c27cda2c2c70070015
parents f48fba4d 5811f477
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18006,7 +18006,7 @@ public class ActivityManagerService extends IActivityManager.Stub
        @Override
        public int getCurrentUserId() {
            return mUserController.getCurrentUserIdLU();
            return mUserController.getCurrentUserId();
        }
        @Override