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

Commit 1bc51ec7 authored by Matt Pietal's avatar Matt Pietal Committed by Automerger Merge Worker
Browse files

Merge "Wallet affordance - Fix taps" into sc-dev am: c3fd47a6 am: e88c9858

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14356021

Change-Id: I3c20cceb866380160cd8c3c392e38dd0d8efd958
parents 4f0b641e e88c9858
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;
        }