fixed for see phone
This commit is contained in:
parent
8ff39cc1df
commit
2c7bc3a3d5
@ -220,8 +220,10 @@ public class EmvTransactionFragment extends DataBindingFragment {
|
||||
isCardTaped("Terminal has no APP!");
|
||||
break;
|
||||
case TRY_AGAIN:
|
||||
sharedViewModel.set_errorFragmentMsg("Please replace the card");
|
||||
navigateToError();
|
||||
// sharedViewModel.set_errorFragmentMsg("Please replace the card");
|
||||
// navigateToError();
|
||||
showSingleInfoDialog("Please check your phone!");
|
||||
navigateToCheckCard();
|
||||
break;
|
||||
|
||||
case OFFLINE_DECLINE:
|
||||
|
||||
@ -853,6 +853,7 @@ public abstract class EmvBaseViewModel extends BaseViewModel {
|
||||
break;
|
||||
|
||||
case SdkResult.Emv_Plz_See_Phone:
|
||||
mHandler.sendEmptyMessage(EMV_TRY_AGAIN);
|
||||
//see phone flow
|
||||
//prompt a dialog to user to check phone-->search contactless card(another card) -->start new emvProcess again
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user