mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 20:13:06 +00:00
Suppress connection failure warnings when closing gracefully
This commit is contained in:
parent
7d39ac2a45
commit
9a3c5dac0a
@ -97,6 +97,7 @@ public class Game extends Activity implements OnGenericMotionListener, OnTouchLi
|
||||
|
||||
@Override
|
||||
public void onPause() {
|
||||
displayedFailureDialog = true;
|
||||
conn.stop();
|
||||
finish();
|
||||
super.onPause();
|
||||
|
Loading…
x
Reference in New Issue
Block a user