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:
Konrad Pozniak 2018-04-17 19:25:56 +02:00 committed by GitHub
parent 5c91f3b993
commit 8543df733c
1 changed files with 2 additions and 0 deletions

View File

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