Only close spinner dialogs corresponding to the current activity

This commit is contained in:
Cameron Gutman
2014-08-06 15:05:26 -07:00
parent fcfdd4e323
commit ac5c264090
3 changed files with 12 additions and 7 deletions
+1
View File
@@ -97,6 +97,7 @@ public class AppView extends Activity {
protected void onDestroy() {
super.onDestroy();
SpinnerDialog.closeDialogs(this);
Dialog.closeDialogs();
}