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

Commit 2648d022 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Keyguard: Fix SIM unlock progress dialog doesn't disappear issue"

parents e44bc35e c33839f7
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -192,6 +192,16 @@ public class KeyguardSimPinView extends KeyguardAbsKeyInputView
        }
    }

    @Override
    protected void onDetachedFromWindow() {
        super.onDetachedFromWindow();
        // dismiss the dialog.
        if (mSimUnlockProgressDialog != null) {
            mSimUnlockProgressDialog.dismiss();
            mSimUnlockProgressDialog = null;
        }
    }

    @Override
    public void onPause() {
        // dismiss the dialog.