shigmas / MaltMap

Tracking Repository for the MaltMap
0 stars 0 forks source link

popup/HUD not showing #48

Closed shigmas closed 9 years ago

shigmas commented 9 years ago

I think the problem is that it was running this on a thread receiving the web results, which isn't the main thread. As we all know, GUI ops can't be done on a non-main thread.

SVProgressHUD doesn't care. MBProgressHUD does, and is a little more flexible. We'll switch to that, since it's just 2 files.

shigmas commented 9 years ago

Fixed in the last checkin