Fix postValue in recupero materiale

This commit is contained in:
Marco Elefante 2025-09-11 13:35:57 +02:00
parent 819cc97113
commit e4248c8c48

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