mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-05 07:26:28 +00:00
Properly handle failed app start
This commit is contained in:
@@ -240,7 +240,10 @@ public class NvConnection {
|
||||
context.connListener.stageStarting(appName);
|
||||
|
||||
try {
|
||||
startApp();
|
||||
if (!startApp()) {
|
||||
context.connListener.stageFailed(appName, 0);
|
||||
return;
|
||||
}
|
||||
context.connListener.stageComplete(appName);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
|
||||
Reference in New Issue
Block a user