Skip to content
Snippets Groups Projects
Commit 35d519b2 authored by John Carlson's avatar John Carlson
Browse files

Not important for autofill to prevent 8.0+ crash

parent 1195a6ee
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -38,7 +38,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/url_hint"
android:inputType="textUri"/>
android:importantForAutofill="no"
android:inputType="textUri" />
 
</android.support.design.widget.TextInputLayout>
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment