Fix nullPoint List<StatoArtInventarioDTO> in riposizionamento da prod
This commit is contained in:
parent
3041498ff1
commit
76683cb80c
@ -102,7 +102,8 @@ public class ProdRiposizionamentoDaProdViewModel {
|
||||
mMvwSitArtUdcDetInventarioLiveData.setValue(mvwSitArtUdcDetInventario);
|
||||
|
||||
List<StatoArtInventarioDTO> statoArticolo = Stream.of(Objects.requireNonNull(itemsInventario.getValue()))
|
||||
.flatMap(x -> Stream.of(x.getStatoArtInventario()))
|
||||
.flatMap(x -> Stream.of(x.getStatoArtInventario())
|
||||
.filter(Objects::nonNull))
|
||||
.toList();
|
||||
|
||||
mStatoArticoli.setValue(statoArticolo);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user