Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
Hi Anonymous.
Yes, this is a very subtle one. I am inclined to think this is not a bug,
here's why:
- remove**() : means to remove items.
- pauseAll() : means to stop it.
So the two are really orthogonal. You had stuff loading, ask it to remove them,
add
more items, it should continue the loading (as it was).
In this case if you want to remove items and stop the loading operation, you
should
call pauseAll after removeAll.
Best regards,
Arthur
Original comment by debert
on 28 Jul 2010 at 6:29
Original issue reported on code.google.com by
martijn....@gmail.com
on 26 Jan 2010 at 2:08