Enable text selection in manga info window.

This commit is contained in:
NerdNumber9 2017-03-09 17:21:11 -05:00
parent b1ab77188d
commit 30a2b572ab

View File

@ -275,7 +275,9 @@
android:layout_height="wrap_content"
android:ellipsize="end"
android:singleLine="false"
android:textIsSelectable="false"
android:textIsSelectable="true"
android:focusable="true"
android:longClickable="true"
/>
</LinearLayout>