Skip to content

Commit 0b8e6fb

Browse files
committed
fix: bind to relay service in onCreate
1 parent e287b7e commit 0b8e6fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/io/github/sds100/keymapper/inputmethod/latin/KeyEventRelayServiceWrapper.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ class KeyEventRelayServiceWrapperImpl(
8989
}
9090

9191
ContextCompat.registerReceiver(ctx, broadcastReceiver, intentFilter, ContextCompat.RECEIVER_EXPORTED)
92+
bind()
9293
}
9394

9495
fun onDestroy() {

0 commit comments

Comments
 (0)