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

Commit 22853086 authored by Adrian Roos's avatar Adrian Roos
Browse files

Remove click listener from PIN views

Bug: 21638812
Change-Id: I382dd0f64092aebeb6fdb6b2e2d465b0abdd5669
parent ef70f8e4
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -150,13 +150,6 @@ public abstract class KeyguardPinBasedInputView extends KeyguardAbsKeyInputView
        // Set selected property on so the view can send accessibility events.
        mPasswordEntry.setSelected(true);

        // Poke the wakelock any time the text is selected or modified
        mPasswordEntry.setOnClickListener(new OnClickListener() {
            public void onClick(View v) {
                onUserInput();
            }
        });

        mPasswordEntry.setUserActivityListener(new PasswordTextView.UserActivityListener() {
            @Override
            public void onUserActivity() {