mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-15 21:41:16 +01:00
Remove leftover log entry from TermuxSessionClient
This commit is contained in:
parent
5dee839230
commit
2cc6285a81
1 changed files with 0 additions and 2 deletions
|
|
@ -283,8 +283,6 @@ public class TermuxSessionClient extends TermuxSessionClientBase {
|
|||
termuxSessionsListView.setItemChecked(indexOfSession, true);
|
||||
// Delay is necessary otherwise sometimes scroll to newly added session does not happen
|
||||
termuxSessionsListView.postDelayed(() -> termuxSessionsListView.smoothScrollToPosition(indexOfSession), 1000);
|
||||
|
||||
Logger.logError("scrolled to " + indexOfSession);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue