We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844bc29 commit 0057168Copy full SHA for 0057168
app/src/main/java/com/surcumference/fingerprint/plugin/impl/alipay/AlipayBasePlugin.java
@@ -368,6 +368,9 @@ private void setupPaymentItemOnClickListener(ViewGroup rootView) {
368
@Override
369
public void onClick(View v) {
370
try {
371
+ if (mFingerprintIdentifyTemporaryBlocking) {
372
+ return;
373
+ }
374
AlertDialog dialog = mFingerPrintAlertDialog;
375
if (dialog == null) {
376
return;
app/src/main/java/com/surcumference/fingerprint/plugin/impl/taobao/TaobaoBasePlugin.java
@@ -341,6 +341,9 @@ private void setupPaymentItemOnClickListener(ViewGroup rootView) {
341
342
343
344
345
346
347
348
349
0 commit comments