File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/src/main/java/org/schabi/newpipe/fragments/list/comments Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2828import org .schabi .newpipe .util .image .ImageStrategy ;
2929import org .schabi .newpipe .util .image .PicassoHelper ;
3030import org .schabi .newpipe .util .text .TextLinkifier ;
31+ import org .schabi .newpipe .util .text .LongPressLinkMovementMethod ;
3132
3233import java .util .Queue ;
3334import java .util .function .Supplier ;
@@ -110,7 +111,7 @@ protected Supplier<View> getListHeaderSupplier() {
110111 TextLinkifier .fromDescription (binding .commentContent , item .getCommentText (),
111112 HtmlCompat .FROM_HTML_MODE_LEGACY , getServiceById (item .getServiceId ()),
112113 item .getUrl (), disposables , null );
113-
114+ binding . commentContent . setMovementMethod ( LongPressLinkMovementMethod . getInstance ());
114115 return binding .getRoot ();
115116 };
116117 }
You can’t perform that action at this time.
0 commit comments