mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 11:03:01 +00:00
Properly handle failed app start
This commit is contained in:
parent
f61540c099
commit
6995a27126
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user