mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 16:16:04 -04:00
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:
parent
0ade45665d
commit
e8959a3df7
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user