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

Commit 5c8f89db authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Move onKeyguardChangded() to completeUnlockUser() (async)" into rvc-dev am: ec09cbef

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11818600

Change-Id: If43e918e12816ca22e51be22c03e88ef9ad1c833
parents 2b3d7059 ec09cbef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1141,8 +1141,6 @@ class StorageManagerService extends IStorageManager.Stub
            Slog.wtf(TAG, e);
        }

        onKeyguardStateChanged(false);

        mHandler.obtainMessage(H_COMPLETE_UNLOCK_USER, userId).sendToTarget();
    }

@@ -1154,6 +1152,8 @@ class StorageManagerService extends IStorageManager.Stub
            mPmInternal.migrateLegacyObbData();
        }

        onKeyguardStateChanged(false);

        // Record user as started so newly mounted volumes kick off events
        // correctly, then synthesize events for any already-mounted volumes.
        synchronized (mLock) {