Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
e67cbd3760
@ -11,8 +11,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 527
|
||||
def appVersionName = '1.47.14'
|
||||
def appVersionCode = 528
|
||||
def appVersionName = '1.47.15'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@ -53,7 +53,7 @@ public class ProdRecuperoMaterialeViewModel {
|
||||
this.sendOnLoadingStarted();
|
||||
|
||||
mProdRecuperoMaterialeRESTConsumer.loadLastULVersate(codJfas, ulList -> {
|
||||
this.mUlList.setValue(ulList);
|
||||
this.mUlList.postValue(ulList);
|
||||
|
||||
this.sendOnLoadingEnded();
|
||||
}, this::sendError);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user