altavir
11/14/2017, 1:18 PMListConversionListener
, the line list.addAll(change.from, change.addedSubList.map(converter))
is being called multiple times.
I am using setAll on list of size 1 so there should be exactly one element in the response. An I've checked in debugger that my method is called once.