Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
can you confirm repro?
ap...@google.com <ap...@google.com> #3
Yes this occurs when having duplicates in the list. I've been told there's an internal bug already opened on this.
listAdapter.submitList(Arrays.asList("one", null));
listAdapter.submitList(Arrays.asList("one", null, "two", null));
listAdapter.submitList(Arrays.asList("one", null));
listAdapter.submitList(Arrays.asList("one", null, "two", null));
ap...@google.com <ap...@google.com> #4
thanks, please update this issue when internal bug gets resolved
Description
DataStore Version used:
Devices/Android versions reproduced on:
If this is a bug in the library, we would appreciate if you could attach:
- Sample project to trigger the issue.
- A screenrecord or screenshots showing the issue (if UI related).