mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-18 00:59:35 -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);
|
setVisibility(GONE);
|
||||||
clearFocus();
|
clearFocus();
|
||||||
setEnabled(false);
|
setEnabled(false);
|
||||||
setFocusable(false);
|
//setFocusable(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Send the enter key. */
|
/** Send the enter key. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user