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!");
|
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:
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user