mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-19 15:00:22 +00:00
Only close the app list activity if the PC is offline not unknown
This commit is contained in:
@@ -129,7 +129,7 @@ public class AppView extends Activity implements AdapterFragmentCallbacks {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (details.state != ComputerDetails.State.ONLINE) {
|
if (details.state == ComputerDetails.State.OFFLINE) {
|
||||||
// The PC is unreachable now
|
// The PC is unreachable now
|
||||||
AppView.this.runOnUiThread(new Runnable() {
|
AppView.this.runOnUiThread(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user