mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 19:13:03 +00:00
Manually set pairing state after pairing
This commit is contained in:
parent
64e56a861d
commit
e8ae8d9807
@ -373,6 +373,7 @@ public class PcView extends Activity implements AdapterFragmentCallbacks {
|
||||
|
||||
if (toastSuccess) {
|
||||
// Open the app list after a successful pairing attempt
|
||||
computer.pairState = PairState.PAIRED;
|
||||
doAppList(computer);
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user