Compare commits
No commits in common. "ecaa5b8eda6e1a374dd1b08d5dd993c27a8d75e4" and "cda1901d53b1d99b6c115df6eaad518420e646b1" have entirely different histories.
ecaa5b8eda
...
cda1901d53
@ -14,8 +14,8 @@ android {
|
||||
applicationId "com.utsmm.kbz"
|
||||
minSdk 24
|
||||
targetSdk 33
|
||||
versionCode 31
|
||||
versionName "2.11"
|
||||
versionCode 26
|
||||
versionName "2.6"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
|
||||
@ -202,9 +202,7 @@ public class ProcessingCardFragment extends DataBindingFragment {
|
||||
|
||||
sharedViewModel.setCardDataExist(true);
|
||||
|
||||
if(sharedViewModel.getTransMenu().getValue() != TransMenu.PRE_AUTH_FULL_VOID
|
||||
&& sharedViewModel.getAmountExist().getValue() != null
|
||||
&& !sharedViewModel.getAmountExist().getValue()) {
|
||||
if(sharedViewModel.getAmountExist().getValue() != null && !sharedViewModel.getAmountExist().getValue()) {
|
||||
routeId = R.id.action_processingCardFragment_to_inputAmountFragment;
|
||||
}
|
||||
|
||||
|
||||
@ -39,7 +39,6 @@
|
||||
app:layout_constraintEnd_toEndOf="parent">
|
||||
|
||||
<LinearLayout
|
||||
android:visibility="@{sharedVM.amount.equals(`0`) || sharedVM.amount.equals(`0.00`) ? View.GONE : View.VISIBLE}"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user