Mateusz Herych
Mateusz Herych
Hey, we're facing the same issue. I could workaround it easily by moving the `IterableApi.initialize()` call to a background thread, but could anyone please confirm that it's safe to do...
This includes also Batcher class as soon as it gets merged with master.
Hey, There's no lazy() method on the FluentCursor so I assume you are talking about creating ComposedCursorLoader, am I right? Can you show me how are you exactly using it?...
@ultraon Looks weird. How are you initializing this loader? Can you post some wider code sample, showing how you are using ComposedCursorLoader within the Fragment or Activity?
@ultraon Ok, fragment doesn't look like a cause. Are you sure that you are not opening another Cursor (other than the one you return) within your ContentProvider.query?