mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Suppress voice input key on textWebEmailAddress field
Bug: 17486589 Change-Id: Ie9bf9266ee423b7e03cebcaa5f522accdd1a7802
This commit is contained in:
parent
5ae057862e
commit
bfabac449d
@ -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…
x
Reference in New Issue
Block a user