mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-26 19:17:51 +02:00
Enable text selection in manga info window.
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user