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

This commit is contained in:
TreeHugger Robot
2021-04-23 17:47:40 +00:00
committed by Android (Google) Code Review

View File

@@ -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)