Revert "enforce non focusable when disabled"

This bugged me by making the keyboard stop opening
Motorola One Vision - Android 12 (CrDroid 8.8)
this revert commit ef9d5e347c58a241ac50943965c659860161c6e5
This commit is contained in:
TarikBR 2023-02-01 17:00:04 -03:00 committed by Boulay Mathias
parent 0ade45665d
commit e8959a3df7

View File

@ -135,7 +135,7 @@ public class TouchCharInput extends androidx.appcompat.widget.AppCompatEditText
setVisibility(GONE);
clearFocus();
setEnabled(false);
setFocusable(false);
//setFocusable(false);
}
/** Send the enter key. */