paging library:
how does the library figures out if it needs to reload data on configuration change? it always shows old data for a split second, then immediately scrolls to top and does refresh+append. I’m not sure what can cause this, samples do not have this behavior - load method is not even called
I can’t even debug it, debugger points me to .class files, breakpoints in kotlin equivalents don’t hit
r
Robert Munro
06/02/2021, 8:38 AM
suspend function dont work too well with the debugger - might have to just log data
s
solidogen
06/02/2021, 9:13 AM
I can’t log data inside library without forking it, but I managed to get breakpoints working
solidogen
06/02/2021, 10:41 AM
okay, my Pager was a getter instead of the field 🤦