mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-02-16 10:31:07 +00:00
Call the connectionTerminated() callback instead of trying to handle termination ourselves
This commit is contained in:
@@ -366,8 +366,7 @@ public class NvConnection {
|
||||
try {
|
||||
inputStream.sendKeyboardInput(keyMap, keyDirection, modifier);
|
||||
} catch (IOException e) {
|
||||
listener.displayMessage(e.getMessage());
|
||||
NvConnection.this.stop();
|
||||
listener.connectionTerminated(e);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user