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

Commit daca37e5 authored by Felipe Leme's avatar Felipe Leme
Browse files

(Minor) fix on ActivityManagerService.LocalService.getCurrentUserId()

Bug: 142130022
Test: manual verification with 'adb shell dumpsys user'

Change-Id: I3aa7d847e9595e7b28428ad839234c993f7d2485
parent e9c81c3e
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