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

Commit 103a6c41 authored by Selim Cinek's avatar Selim Cinek
Browse files

Fix build

Change-Id: I1ddfa0a36b05d0af9e742e083b41b23883f59c00
parent 32292eb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ public abstract class KeyguardPinBasedInputView extends KeyguardAbsKeyInputView
            mOkButton.setOnHoverListener(new LiftToActivateListener(getContext()));
        }

        mDeleteButton = findViewById(R.id.delete_button);{
        mDeleteButton = findViewById(R.id.delete_button);
        mDeleteButton.setVisibility(View.VISIBLE);
        mDeleteButton.setOnClickListener(new OnClickListener() {
            public void onClick(View v) {