Term: disable unstable features

This commit is contained in:
zt515 2017-12-01 19:09:45 +08:00
parent 5015f9dcba
commit 4b6b707e33

View File

@ -96,12 +96,12 @@ class NeoTabDecorator(val context: NeoTermActivity) : TabSwitcherDecorator() {
view.attachSession(termData.termSession)
// Still in progress with lots of bugs to deal with.
if (NeoPreference.loadBoolean(R.string.key_general_auto_completion, false)) {
if (termData.onAutoCompleteListener == null) {
termData.onAutoCompleteListener = createAutoCompleteListener(view)
}
view.onAutoCompleteListener = termData.onAutoCompleteListener
}
// if (NeoPreference.loadBoolean(R.string.key_general_auto_completion, false)) {
// if (termData.onAutoCompleteListener == null) {
// termData.onAutoCompleteListener = createAutoCompleteListener(view)
// }
// view.onAutoCompleteListener = termData.onAutoCompleteListener
// }
}
}