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

Commit 5f5bd884 authored by Jae Seo's avatar Jae Seo
Browse files

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

Change-Id: I664240e9a9b2693f912b5b2a8a1731d08f109bfe
parents 9ede567f 5b6c0341
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