mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
* commit '3e5c442c292bcf20722e9472976f3e320480f1b3': Suppress voice input key on textWebEmailAddress field
This commit is contained in:
commit
f21ae6ba8d
@ -104,7 +104,7 @@ public final class InputAttributes {
|
||||
mShouldInsertSpacesAutomatically = InputTypeUtils.isAutoSpaceFriendlyType(inputType);
|
||||
|
||||
final boolean noMicrophone = mIsPasswordField
|
||||
|| InputType.TYPE_TEXT_VARIATION_EMAIL_ADDRESS == variation
|
||||
|| InputTypeUtils.isEmailVariation(variation)
|
||||
|| InputType.TYPE_TEXT_VARIATION_URI == variation
|
||||
|| hasNoMicrophoneKeyOption();
|
||||
mShouldShowVoiceInputKey = !noMicrophone;
|
||||
|
Loading…
Reference in New Issue
Block a user