Only close spinner dialogs corresponding to the current activity
This commit is contained in:
@@ -97,6 +97,7 @@ public class AppView extends Activity {
|
||||
protected void onDestroy() {
|
||||
super.onDestroy();
|
||||
|
||||
SpinnerDialog.closeDialogs(this);
|
||||
Dialog.closeDialogs();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user