Skip to content

Commit 35a8dc5

Browse files
committed
fix(CmdEntryPoint.java): fix sending broadcast from JNI.
1 parent fc18466 commit 35a8dc5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/src/main/java/com/termux/x11/CmdEntryPoint.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ private Intent createIntent() {
7373
return intent;
7474
}
7575

76+
private void sendBroadcast() {
77+
sendBroadcast(intent);
78+
}
79+
7680
static void sendBroadcast(Intent intent) {
7781
try {
7882
ctx.sendBroadcast(intent);

0 commit comments

Comments
 (0)