mirror of
https://github.com/accelforce/Yuito
synced 2025-01-21 19:55:35 +01:00
Fix crash in EditProfileActivity on Android 8 (#585)
* fix bug where sometimes mentions where duplicated when replying * fix for crash on Android 8
This commit is contained in:
parent
b621f8f78d
commit
63ab0ef839
@ -91,6 +91,7 @@
|
|||||||
android:layout_marginEnd="16dp"
|
android:layout_marginEnd="16dp"
|
||||||
android:layout_marginStart="16dp"
|
android:layout_marginStart="16dp"
|
||||||
android:hint="@string/hint_display_name"
|
android:hint="@string/hint_display_name"
|
||||||
|
android:importantForAutofill="no"
|
||||||
android:maxLength="30" />
|
android:maxLength="30" />
|
||||||
|
|
||||||
</android.support.design.widget.TextInputLayout>
|
</android.support.design.widget.TextInputLayout>
|
||||||
@ -109,6 +110,7 @@
|
|||||||
android:layout_marginEnd="16dp"
|
android:layout_marginEnd="16dp"
|
||||||
android:layout_marginStart="16dp"
|
android:layout_marginStart="16dp"
|
||||||
android:hint="@string/hint_note"
|
android:hint="@string/hint_note"
|
||||||
|
android:importantForAutofill="no"
|
||||||
android:maxLength="160" />
|
android:maxLength="160" />
|
||||||
|
|
||||||
</android.support.design.widget.TextInputLayout>
|
</android.support.design.widget.TextInputLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user