mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-04 15:06:08 +00:00
Don't destroy dialogs until we're really finishing
This commit is contained in:
@@ -94,8 +94,8 @@ public class AppView extends Activity {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onStop() {
|
||||
super.onStop();
|
||||
protected void onDestroy() {
|
||||
super.onDestroy();
|
||||
|
||||
Dialog.closeDialogs();
|
||||
SpinnerDialog.closeDialogs();
|
||||
|
||||
Reference in New Issue
Block a user