mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
Do not clear the sessions on ACTION_STOP_SERVICE
There is no point doing so and it may cause problems with the list adapter.
This commit is contained in:
parent
231c02a0c7
commit
8b566485e8
1 changed files with 0 additions and 1 deletions
|
|
@ -244,7 +244,6 @@ public final class TermuxService extends Service implements SessionChangedCallba
|
|||
|
||||
for (int i = 0; i < mTerminalSessions.size(); i++)
|
||||
mTerminalSessions.get(i).finishIfRunning();
|
||||
mTerminalSessions.clear();
|
||||
}
|
||||
|
||||
public List<TerminalSession> getSessions() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue