Yes, these are the changes that actually solve the problem. The position keeps getting reset otherwise and that was why we would get a repeating list.
This is unrelated to the issue, I just removed it since I stumbled upon it while finding a solution.
Just above:
if (response.isNotEmpty()) {
items = response
It is thus…
Since DateUtils does not need to store any data, wouldn't it be better to just have it as two expect functions?
This is actually quite bad when you have a large number of sources: only a limited amount of sources are shown and then they start again from the beginning. Thus you get a list of a few of your…
I'm not able to reproduce this anymore, I guess it got fixed somewhere in the transition to v2.
shared
dependencies that are not multiplatform ones.
I'm sorry, when I searched for it I had understood that the fact that it contained a shared module meant it supported iOS. I can create a fake implementation of those libraries or alternatively I…