fixed for see phone

This commit is contained in:
kizzy 2026-02-19 16:00:13 +07:00
parent 8ff39cc1df
commit 2c7bc3a3d5
2 changed files with 5 additions and 2 deletions

View File

@ -220,8 +220,10 @@ public class EmvTransactionFragment extends DataBindingFragment {
isCardTaped("Terminal has no APP!"); isCardTaped("Terminal has no APP!");
break; break;
case TRY_AGAIN: case TRY_AGAIN:
sharedViewModel.set_errorFragmentMsg("Please replace the card"); // sharedViewModel.set_errorFragmentMsg("Please replace the card");
navigateToError(); // navigateToError();
showSingleInfoDialog("Please check your phone!");
navigateToCheckCard();
break; break;
case OFFLINE_DECLINE: case OFFLINE_DECLINE:

View File

@ -853,6 +853,7 @@ public abstract class EmvBaseViewModel extends BaseViewModel {
break; break;
case SdkResult.Emv_Plz_See_Phone: case SdkResult.Emv_Plz_See_Phone:
mHandler.sendEmptyMessage(EMV_TRY_AGAIN);
//see phone flow //see phone flow
//prompt a dialog to user to check phone-->search contactless card(another card) -->start new emvProcess again //prompt a dialog to user to check phone-->search contactless card(another card) -->start new emvProcess again
break; break;