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

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

Merge "Notify that keyguard is dismissed when user is unlocked" into rvc-dev

parents 9a2fdad0 33e2b6ae
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1134,6 +1134,8 @@ class StorageManagerService extends IStorageManager.Stub
            Slog.wtf(TAG, e);
        }

        onKeyguardStateChanged(false);

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