For #19638 - Don't show extracted text UI for name when editing cards (#19673)

This comes to ensure consistency with the behavior for when editing the card
number.
upstream-sync
Mugurell 3 years ago committed by GitHub
parent bf25951a62
commit 272e631b62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save