mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 19:42:45 +00:00
Finish the activity if the computer wasn't found
This commit is contained in:
parent
1434be262c
commit
93b0073467
@ -81,6 +81,10 @@ public class AppView extends Activity implements AdapterFragmentCallbacks {
|
||||
|
||||
// Get the computer object
|
||||
computer = managerBinder.getComputer(UUID.fromString(uuidString));
|
||||
if (computer == null) {
|
||||
finish();
|
||||
return;
|
||||
}
|
||||
|
||||
try {
|
||||
appGridAdapter = new AppGridAdapter(AppView.this,
|
||||
|
Loading…
x
Reference in New Issue
Block a user