mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-06-17 06:10:58 +00:00
Suppress connection failure warnings when closing gracefully
This commit is contained in:
@@ -97,6 +97,7 @@ public class Game extends Activity implements OnGenericMotionListener, OnTouchLi
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onPause() {
|
public void onPause() {
|
||||||
|
displayedFailureDialog = true;
|
||||||
conn.stop();
|
conn.stop();
|
||||||
finish();
|
finish();
|
||||||
super.onPause();
|
super.onPause();
|
||||||
|
|||||||
Reference in New Issue
Block a user