Skip to content
Snippets Groups Projects
Commit 31fd073e authored by Francesco Andreuzzi's avatar Francesco Andreuzzi
Browse files

scroll to bottom when opening keyboard

parent f3cb0b91
No related branches found
No related tags found
No related merge requests found
......@@ -402,9 +402,9 @@ public class UIManager implements OnTouchListener {
public void onStart() {
mTerminalAdapter.requestInputFocus();
openKeyboard();
mTerminalAdapter.scrollToEnd();
}
// accessor for input
public void setInput(String s) {
if (s == null)
return;
......@@ -413,7 +413,6 @@ public class UIManager implements OnTouchListener {
mTerminalAdapter.focusInputEnd();
}
// accessor for output
public void setOutput(String string, int id) {
mTerminalAdapter.setOutput(string, id);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment