fix amount
This commit is contained in:
parent
d0002fa928
commit
ecaa5b8eda
@ -202,7 +202,9 @@ public class ProcessingCardFragment extends DataBindingFragment {
|
||||
|
||||
sharedViewModel.setCardDataExist(true);
|
||||
|
||||
if(sharedViewModel.getAmountExist().getValue() != null && !sharedViewModel.getAmountExist().getValue()) {
|
||||
if(sharedViewModel.getTransMenu().getValue() != TransMenu.PRE_AUTH_FULL_VOID
|
||||
&& sharedViewModel.getAmountExist().getValue() != null
|
||||
&& !sharedViewModel.getAmountExist().getValue()) {
|
||||
routeId = R.id.action_processingCardFragment_to_inputAmountFragment;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user