Mark editor as unimportant for autofill (should prevent related crashes)
This commit is contained in:
parent
ab45f33e38
commit
7bb8b40c8f
1 changed files with 2 additions and 1 deletions
|
@ -17,5 +17,6 @@
|
|||
android:inputType="textMultiLine|textCapSentences"
|
||||
android:paddingLeft="8dp"
|
||||
android:paddingRight="8dp"
|
||||
android:scrollHorizontally="false" />
|
||||
android:scrollHorizontally="false"
|
||||
android:importantForAutofill="no" />
|
||||
</ScrollView>
|
||||
|
|
Loading…
Reference in a new issue