fix amount

This commit is contained in:
moon 2026-04-08 12:19:34 +06:30
parent d0002fa928
commit ecaa5b8eda

View File

@ -202,7 +202,9 @@ public class ProcessingCardFragment extends DataBindingFragment {
sharedViewModel.setCardDataExist(true); 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; routeId = R.id.action_processingCardFragment_to_inputAmountFragment;
} }