Open TWiStErRob opened 1 year ago
Sanitized logs for comparing behavior: last commit on 33.txt 11303191-v1.1.3#3191.txt
this didn't reveal much, the problem is that the delivery happens synchronously, start()
gets called which would assign state.loader
, but onLoadFinished
gets called before that assignment could happen:
this is the problematic behavior:
Oh, it's the same in the old version too, it just doesn't have assertions enabled
Old sources: z:\caches\gradle\caches\modules-2\files-2.1\com.android.support\support-v4\24.1.1\1011f8c906a5f8f53eef8fd669fc3c2afebe04f7\support-v4-24.1.1-sources.jar
The state.loader == null
part of the assertion is just hiding this issue, need to find another way.
Repro: