mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-06-17 06:10:58 +00:00
Don't unbind after an unexpected event
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user