mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 02:35:19 +08:00
Remove leftover log entry from TermuxSessionClient
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user