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

Commit e88c9858 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

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

Change-Id: Ifaeb965591f7b877ab28c427d608bb806f1219ed
parents 8a6fb5fc c3fd47a6
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;
        }