Closed 0xpr03 closed 2 years ago
Acra requires a login
Acra requires a login
That's correct, the relevant stuff is in the issue.
This issue is odd. For some reason the Database is null, even though it's initialized in the constructor. If somebody can tell me how they triggered this, that'd be awesome.
I may have been able to reproduce this after a private report. It's definitely tricky to trigger and worked with
I was able to reproduce a different state loss, after 20 minutes of trying, it all boils down to switching the view, going into lockscreen and resume a session. I wasn't able to repeat it. Apparently it can happen that each and every state is null after this combination.. Could be related to the lifecycle changes in recent android versions.
Easy reproduction:
Apparently the list of the entry is loosing it's "unsolved" count, leading to the default of -1, leading to isFinished always returning true, so the training doesn't end (and fails to load the next entry).
Fixed in 0.8.1, currently on its way through the f-droid release train
Acra report