Error on Pack Download/Update Causes Tutorial to Crash
Opened this issue · 1 comments
lucasrowe commented
To reproduce:
I'm not sure what is wrong with the pack json. The list of packs is showing up but downloading/updating a pack is failing and the tutorial is popping up and crashing. The best way to repro is ensure tutorial mode is on and corrupt a pack's json.
Couldn't plug in my phone so I can't paste a stacktrace. See screenshot.
edwardrowe commented
Thanks for the screenshot. This is fixed.
The issue was the view was reshown every time that update dialog was dismissed, regardless of if the tutorial was shown in the first place. Now the tutorial is dynamically created and checked if it's not null before re-showing it.