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

Commit ec09cbef authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents a2caf278 64a3cca2
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) {