their sequence is based on an iterator… so I’m not...
# android
m
their sequence is based on an iterator… so I’m not sure why it wouldn’t work
@Joe check line 115, there’s your culprit 😄
j
I believe you, but I don’t understand exactly why. 😊
m
on each
hasNext
is checks that the size of the list hasn’t changed
and it does, since you’re deleting it
j
Ah, okay
It’s an explicit throw. Okay, well that sucks, but good to know.
m
note to self, don’t use anko’s
childrenSequence
for removing views