Finish v1.16.20(202)
This commit is contained in:
commit
f41e1f3a02
@ -6,8 +6,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 201
|
||||
def appVersionName = '1.16.19'
|
||||
def appVersionCode = 202
|
||||
def appVersionName = '1.16.20'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@ -304,10 +304,10 @@ public class DialogInputQuantityV2ViewModel {
|
||||
// return;
|
||||
}
|
||||
|
||||
if (!this.blockedQtaCnf.get() && !this.mtbAart.get().isFlagQtaCnfFissaBoolean() && this.internalQtaTot != null)
|
||||
this.internalQtaCnf = UtilityBigDecimal.divide(internalQtaTot, newValue);
|
||||
else if (!this.blockedQtaTot.get() && this.internalQtaCnf != null)
|
||||
if (!this.blockedQtaTot.get() && this.internalQtaCnf != null)
|
||||
this.internalQtaTot = UtilityBigDecimal.multiply(newValue, this.internalQtaCnf);
|
||||
else if (!this.blockedQtaCnf.get() && !this.mtbAart.get().isFlagQtaCnfFissaBoolean() && this.internalQtaTot != null)
|
||||
this.internalQtaCnf = UtilityBigDecimal.divide(internalQtaTot, newValue);
|
||||
|
||||
this.mListener.onDataChanged();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user