mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 19:42:45 +00:00
Remove/change some messages
This commit is contained in:
parent
c84e063114
commit
378fbedfa4
@ -127,7 +127,6 @@ public class NvConnection {
|
|||||||
listener.displayMessage("Failed to resume existing session");
|
listener.displayMessage("Failed to resume existing session");
|
||||||
return false;
|
return false;
|
||||||
} else if (h.getCurrentGame() != app.getAppId()) {
|
} else if (h.getCurrentGame() != app.getAppId()) {
|
||||||
listener.displayMessage("Another app was running. Quitting it");
|
|
||||||
return quitAndLaunch(h, app);
|
return quitAndLaunch(h, app);
|
||||||
}
|
}
|
||||||
} catch (GfeHttpResponseException e) {
|
} catch (GfeHttpResponseException e) {
|
||||||
@ -140,8 +139,9 @@ public class NvConnection {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
else if (e.getErrorCode() == 525) {
|
else if (e.getErrorCode() == 525) {
|
||||||
listener.displayMessage("The application is minimized. Trying to quit it");
|
listener.displayMessage("The application is minimized. Resume it on the PC manually or " +
|
||||||
return quitAndLaunch(h, app);
|
"quit the session and start streaming again.");
|
||||||
|
return false;
|
||||||
} else {
|
} else {
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user