Merge "Wallet affordance - Fix taps" into sc-dev

This commit is contained in:
Matt Pietal
2021-04-30 00:32:36 +00:00
committed by Android (Google) Code Review

View File

@@ -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;
}