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

Commit 368a664b 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 am: 8575120f

am: a9f35e05

Change-Id: Ied672d5708bf23ad297ca3df46be2bb6650bc459
parents 5f76c371 a9f35e05
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