From 6cc2dfd41fd713bf2e70653b462dabd6d6cdfcad Mon Sep 17 00:00:00 2001 From: Mugurell Date: Wed, 26 May 2021 19:05:21 +0300 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/19638 - Don't show extracted text UI for name when editing cards (https://github.com/mozilla-mobile/fenix/pull/19673) This comes to ensure consistency with the behavior for when editing the card number. --- app/src/main/res/layout/fragment_credit_card_editor.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/fragment_credit_card_editor.xml b/app/src/main/res/layout/fragment_credit_card_editor.xml index 3af89bef4..85a04639d 100644 --- a/app/src/main/res/layout/fragment_credit_card_editor.xml +++ b/app/src/main/res/layout/fragment_credit_card_editor.xml @@ -83,6 +83,7 @@ android:layout_height="wrap_content" android:ellipsize="end" android:fontFamily="sans-serif" + android:imeOptions="flagNoExtractUi" android:letterSpacing="0.01" android:lineSpacingExtra="8sp" android:maxLines="1"