Skip to content

Commit

Permalink
Update Extractor and fix compile errors (#21)
Browse files Browse the repository at this point in the history
* update-extractor-and-fix-compile-errors

Co-Authored-By: litetex <[email protected]>

* Update SubscriptionsImportFragment.java

* Update SubscriptionsImportFragment.java

---------

Co-authored-by: litetex <[email protected]>
  • Loading branch information
ShareASmile and litetex committed Dec 25, 2023
1 parent 0df41fa commit a4b4648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,7 @@ dependencies {
// name and the commit hash with the commit hash of the (pushed) commit you want to test
// This works thanks to JitPack: https://jitpack.io/
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:eb07d70a2ce03bee3cc74fc33b2e4173e1c21436'
//implementation 'com.github.TeamNewPipe:NewPipeExtractor:c9635218e2f96198737b63874014e3e5e2e363a0'
implementation 'com.github.ShareASmile:NewPipeExtractor:c3cb8248c4'


/** Checkstyle **/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public void updateFromItem(final InfoItem infoItem,
streamUrl = item.getUrl();

itemContentView.setLines(COMMENT_DEFAULT_LINES);
commentText = item.getCommentText();
commentText = item.getCommentText().getContent();
itemContentView.setText(commentText, TextView.BufferType.SPANNABLE);
itemContentView.setOnTouchListener(CommentTextOnTouchListener.INSTANCE);

Expand Down

0 comments on commit a4b4648

Please sign in to comment.