Fix postValue in Rientro Merce
This commit is contained in:
parent
fc5568a046
commit
9436236eaa
@ -21,7 +21,7 @@ public class ProdRientroMerceOrderListFilterViewModel {
|
|||||||
|
|
||||||
public void init(List<OrdineLavorazioneDTO> initialList) {
|
public void init(List<OrdineLavorazioneDTO> initialList) {
|
||||||
this.initialOrderList = initialList;
|
this.initialOrderList = initialList;
|
||||||
this.currentFilteredOrderList.setValue(this.initialOrderList);
|
this.currentFilteredOrderList.postValue(this.initialOrderList);
|
||||||
}
|
}
|
||||||
|
|
||||||
public MutableLiveData<List<OrdineLavorazioneDTO>> getMutableFilteredOrderList() {
|
public MutableLiveData<List<OrdineLavorazioneDTO>> getMutableFilteredOrderList() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user