mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-19 21:59:11 +00:00
don't hide voice input key for TYPE_TEXT_VARIATION_URI
see #544 URL fields are frequently used as search fields
This commit is contained in:
parent
ec4d0558e7
commit
3feac6d966
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ public final class InputAttributes {
|
|||
|
||||
final boolean noMicrophone = mIsPasswordField
|
||||
|| InputTypeUtils.isEmailVariation(variation)
|
||||
|| InputType.TYPE_TEXT_VARIATION_URI == variation
|
||||
|| hasNoMicrophoneKeyOption()
|
||||
|| !RichInputMethodManager.getInstance().hasShortcutIme();
|
||||
mShouldShowVoiceInputKey = !noMicrophone;
|
||||
|
|
Loading…
Add table
Reference in a new issue