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

Commit 3e85a8fd authored by android-build-team Robot's avatar android-build-team Robot Committed by android-build-merger
Browse files

Merge "Reset password field instead of keyguard" into pi-dev am: a7e5dd3b

am: 9a6cadbe

Change-Id: Ie8751763434e0955dbe709bac097d74b690acd26
parents bf1321d6 9a6cadbe
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -241,6 +241,10 @@ public class KeyguardHostView extends FrameLayout implements SecurityCallback {
        mViewMediatorCallback.resetKeyguard();
    }

    public void resetSecurityContainer() {
        mSecurityContainer.reset();
    }

    @Override
    public void onSecurityModeChanged(SecurityMode securityMode, boolean needsInput) {
        if (mViewMediatorCallback != null) {
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ public class KeyguardBouncer {
    protected KeyguardHostView mKeyguardView;
    private final Runnable mResetRunnable = ()-> {
        if (mKeyguardView != null) {
            mKeyguardView.reset();
            mKeyguardView.resetSecurityContainer();
        }
    };