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

Commit c3fd47a6 authored by Matt Pietal's avatar Matt Pietal Committed by Android (Google) Code Review
Browse files

Merge "Wallet affordance - Fix taps" into sc-dev

parents 2aecd8d7 7fe397d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -935,7 +935,7 @@ public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickL

    private void onWalletClick(View v) {
        // More coming here; need to inform the user about how to proceed
        if (!mFalsingManager.isFalseTap(FalsingManager.LOW_PENALTY)) {
        if (mFalsingManager.isFalseTap(FalsingManager.LOW_PENALTY)) {
            return;
        }