We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e8aea commit 22c61cbCopy full SHA for 22c61cb
1 file changed
app/src/main/java/xtr/keymapper/server/RemoteService.java
@@ -290,7 +290,7 @@ private void stopServer(boolean exitProcess) {
290
inputService.stopMouse();
291
inputService.stopTouchpad();
292
inputService.destroyUinputDev();
293
- if (inputService.getCallback() != null) inputService.getCallback().asBinder().unlinkToDeath(mKeyEventListenerDeathRecipient, 0);
+ if (inputService.getCallback() != null) inputService.getCallback().asBinder().unlinkToDeath(mStartServerDeathRecipient, 0);
294
inputService = null;
295
}
296
0 commit comments