Finish v1.42.01(461)
This commit is contained in:
commit
24e9cffeea
@ -10,8 +10,8 @@ apply plugin: 'com.google.gms.google-services'
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
|
|
||||||
def appVersionCode = 460
|
def appVersionCode = 461
|
||||||
def appVersionName = '1.41.11'
|
def appVersionName = '1.42.01'
|
||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
release {
|
release {
|
||||||
|
|||||||
@ -200,7 +200,8 @@ public class RettificaGiacenzeViewModel {
|
|||||||
public void searchArtInt(String queryText, BarcodeScanDTO barcodeScanDTO, Runnable onComplete) {
|
public void searchArtInt(String queryText, BarcodeScanDTO barcodeScanDTO, Runnable onComplete) {
|
||||||
this.sendOnLoadingStarted();
|
this.sendOnLoadingStarted();
|
||||||
|
|
||||||
mRettificaGiacenzeRESTConsumer.searchArtInt(UtilityString.isNull(queryText, barcodeScanDTO.getStringValue()), listaArts -> {
|
String barcode = barcodeScanDTO != null ? barcodeScanDTO.getStringValue() : null;
|
||||||
|
mRettificaGiacenzeRESTConsumer.searchArtInt(UtilityString.isNull(queryText, barcode), listaArts -> {
|
||||||
this.sendOnLoadingEnded();
|
this.sendOnLoadingEnded();
|
||||||
|
|
||||||
dispatchArts(listaArts, null, queryText, barcodeScanDTO);
|
dispatchArts(listaArts, null, queryText, barcodeScanDTO);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user