siramix / buzzwords

A mobile word game that will change the word.
www.siramix.com/buzzwords
GNU General Public License v3.0
10 stars 1 forks source link

Error on Pack Download/Update Causes Tutorial to Crash #129

Open lucasrowe opened 11 years ago

lucasrowe commented 11 years ago

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.

screenshot_2013-07-24-00-11-55

edwardrowe commented 11 years ago

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.