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

Commit 90aaa398 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Turn FalsingManager on for Wallet Button" into sc-dev am: f7d2093e

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

Change-Id: I545d1bc3e2dd6314885e4a1f44b9d8cacb832996
parents 71be9330 f7d2093e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -935,7 +935,9 @@ 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
        mFalsingManager.isFalseTap(FalsingManager.LOW_PENALTY);
        if (!mFalsingManager.isFalseTap(FalsingManager.LOW_PENALTY)) {
            return;
        }

        if (mHasCard) {
            Intent intent = new Intent(mContext, WalletActivity.class)