mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 19:42:45 +00:00
Don't unbind after an unexpected event
This commit is contained in:
parent
828f4877b6
commit
d428f316b4
@ -122,12 +122,6 @@ public class EvdevHandler {
|
|||||||
|
|
||||||
case EvdevEvent.EV_MSC:
|
case EvdevEvent.EV_MSC:
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
|
||||||
// We got some unrecognized event. This means
|
|
||||||
// someone is trying to use the other device in this
|
|
||||||
// "combination" input device. We'll disconnect now
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user