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

Commit dc10172b 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: Idecd06275ee0d8785b5a6dd7c5b6a694da107df9
parents 855e3866 c3fd47a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -935,7 +935,7 @@ public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickL


    private void onWalletClick(View v) {
    private void onWalletClick(View v) {
        // More coming here; need to inform the user about how to proceed
        // 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;
            return;
        }
        }