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
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,7 @@
|
|||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginStart="16dp"
|
||||
android:hint="@string/hint_display_name"
|
||||
android:importantForAutofill="no"
|
||||
android:maxLength="30" />
|
||||
|
||||
</android.support.design.widget.TextInputLayout>
|
||||
|
@ -109,6 +110,7 @@
|
|||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginStart="16dp"
|
||||
android:hint="@string/hint_note"
|
||||
android:importantForAutofill="no"
|
||||
android:maxLength="160" />
|
||||
|
||||
</android.support.design.widget.TextInputLayout>
|
||||
|
|
Loading…
Reference in a new issue