Fixed nonclickable links in FAQ

This commit is contained in:
Agnieszka C 2021-08-07 09:05:18 +02:00
parent 0e21976884
commit 12b4190687

View file

@ -16,6 +16,7 @@
<com.simplemobiletools.commons.views.MyTextView
android:id="@+id/license_faq_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
android:layout_height="wrap_content"
android:autoLink="email|web" />
</LinearLayout>