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

Fix pack purchase issue where mServerPacks is not empty on user switch #84

Closed lucasrowe closed 12 years ago

lucasrowe commented 12 years ago

This manifests itself when you change users while on the pack purchase screen. I doubt this will happen often but when it does, the screen doesn't get new packs from the server and update. I THINK what we need to do is make sure to do a new HTTPGet to retrieve packs whenever the user changes (just like the way we flag requires sync when a user changes)

lucasrowe commented 12 years ago

I'm not convinced this is still occurring.

lucasrowe commented 12 years ago

Closing issue. I think this is no longer a problem.