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 24a5493 commit f888f35Copy full SHA for f888f35
app/src/main/java/com/termux/app/TermuxService.java
@@ -555,13 +555,7 @@ public void onTermuxSessionExited(final TermuxSession termuxSession) {
555
mTermuxSessionClient.termuxSessionListNotifyUpdated();
556
}
557
558
- if (mTermuxSessions.isEmpty() && mWakeLock == null) {
559
- // Finish if there are no TermuxSessions left and the wake lock is not held, otherwise keep the service alive if
560
- // holding wake lock since there may be daemon processes (e.g. sshd) running.
561
- requestStopService();
562
- } else {
563
- updateNotification();
564
- }
+ updateNotification();
565
566
567
0 commit comments