Merge "Turn FalsingManager on for Wallet Button" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f7d2093ea0
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user