Mark editor as unimportant for autofill (should prevent related crashes)

This commit is contained in:
William Brawner 2020-05-18 16:48:28 -07:00
parent ab45f33e38
commit 7bb8b40c8f

View file

@ -17,5 +17,6 @@
android:inputType="textMultiLine|textCapSentences" android:inputType="textMultiLine|textCapSentences"
android:paddingLeft="8dp" android:paddingLeft="8dp"
android:paddingRight="8dp" android:paddingRight="8dp"
android:scrollHorizontally="false" /> android:scrollHorizontally="false"
android:importantForAutofill="no" />
</ScrollView> </ScrollView>