Any help with the paging library would be very app...
# android
m
d
Any chance you could also post your boundary callback implementation?
m
sure
but I never get to that class
d
Room inserts aren't synchronous btw, I would probably make sure that items are actually getting inserted or the onZeroItems callback isn't getting hit in the boundarycallback
m
updated
I have breakpoints everywhere and no luck so far
nothing ever enters the boundarycallback
@Dustin Lam did you see the updated question?
sorry but I’m really in a rush to fix this 🙂
d
Talked offline, but in case anyone else is curious the resolution was the result of LivePagedListBuilder being wrapped in a LivedData {} builder which didn't emit
👍 1