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

Commit 81363b6a authored by Dave Mankoff's avatar Dave Mankoff
Browse files

Turn FalsingManager on for Wallet Button

Changes such as http://ag/14250946 were probably necessary
to make this work reliably.

Fixes: 186212376
Test: manual
Change-Id: I8a45816fc14f4f7c1952d4db28a5d4807b4da254
parent 386e8ba0
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)