mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-25 14:02:54 +00:00
Fix missing return causing invalid parameters to be passed to LiStartConnection()
This commit is contained in:
parent
bf803f88af
commit
a99e070c26
@ -238,6 +238,7 @@ public class NvConnection {
|
||||
e.printStackTrace();
|
||||
context.connListener.displayMessage(e.getMessage());
|
||||
context.connListener.stageFailed(appName, e.getErrorCode());
|
||||
return;
|
||||
} catch (XmlPullParserException | IOException e) {
|
||||
e.printStackTrace();
|
||||
context.connListener.displayMessage(e.getMessage());
|
||||
|
Loading…
x
Reference in New Issue
Block a user