iFixit / iFixitAndroid

Official iFixit Android App
https://play.google.com/store/apps/details?id=com.dozuki.ifixit
GNU General Public License v3.0
162 stars 88 forks source link

SiteListDialog shows progress indicator upon returning from a site #137

Closed marczych closed 11 years ago

marczych commented 11 years ago

1) Select a site from the site list. 2) A progress indicator is displayed briefly as the site info API call is being performed. 3) TopicActivity is launched for the selected site. 4) Going back to the site list displays the progress indicator; presumably because it wasn't hidden after the API call returned.

marczych commented 11 years ago

Fixed with d95b33a