LoaderCallbacks.onLoadFinished () not called after loading is complete

I've created a bootloader that descends from AsyncTaskLoader

. It works 99% of the time, but there is an edge case where it LoaderCallbacks.onLoadFinished()

doesn't get called after it AsyncTaskLoader.loadInBackground()

returns successfully. I don't know what is different in the edge case, but I can't think of any reason why the bootloader would fail between the two calls. Is there anything I could be doing wrong?

+3


source to share





All Articles