fix(ui): CodeEditText rendering

This commit is contained in:
hyb1996
2018-09-15 22:00:42 +08:00
parent b2b2362f71
commit 91d5eab872
3 changed files with 27 additions and 21 deletions

View File

@@ -62,7 +62,7 @@ public class Shell extends AbstractShell {
}
}
private static final boolean DEBUG = true;
private static final boolean DEBUG = false;
private static final String TAG = "Shell";
private volatile TermSession mTermSession;