Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Giuseppe Scorrano 2025-09-15 17:42:12 +02:00
commit e67cbd3760
2 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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);