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

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

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