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

Commit 8575120f authored by Jae Seo's avatar Jae Seo Committed by android-build-merger
Browse files

resolve merge conflicts of 5b6c0341 to stage-aosp-master

am: 5f5bd884

Change-Id: I4a2c518ff61f00d09efb92bd7da2e9bc477421f3
parents 61bb0a9e 5f5bd884
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -227,8 +227,8 @@ public class MediaSessionService extends SystemService implements Monitor {
    }

    private void updateUser() {
        synchronized (mLock) {
        int userId = ActivityManager.getCurrentUser();
        synchronized (mLock) {
            if (mCurrentUserId != userId) {
                final int oldUserId = mCurrentUserId;
                mCurrentUserId = userId; // do this first