diff --git a/app/src/main/res/layout/fragment_manga_info.xml b/app/src/main/res/layout/fragment_manga_info.xml index 46a8d85a7..b0a918912 100644 --- a/app/src/main/res/layout/fragment_manga_info.xml +++ b/app/src/main/res/layout/fragment_manga_info.xml @@ -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" />