Added missing cap sentences flag to display name field in third party account login

This commit is contained in:
Sylvain Berfini 2024-05-13 16:45:14 +02:00
parent 82071985bc
commit e9f7e4dcf5

View file

@ -197,7 +197,7 @@
android:textSize="14sp"
android:textColor="?attr/color_main2_600"
android:background="@drawable/edit_text_background"
android:inputType="text|textPersonName"
android:inputType="text|textPersonName|textCapSentences"
android:hint="@string/sip_address_display_name"
app:layout_constraintWidth_max="@dimen/text_input_max_width"
app:layout_constraintTop_toBottomOf="@id/display_name_label"