mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 11:33:06 +00:00
Don't destroy dialogs until we're really finishing
This commit is contained in:
parent
d428f342f7
commit
92143df65c
@ -94,8 +94,8 @@ public class AppView extends Activity {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onStop() {
|
||||
super.onStop();
|
||||
protected void onDestroy() {
|
||||
super.onDestroy();
|
||||
|
||||
Dialog.closeDialogs();
|
||||
SpinnerDialog.closeDialogs();
|
||||
|
Loading…
x
Reference in New Issue
Block a user