mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-22 19:12:45 +01:00
Merge pull request #2533 from jimbo1qaz/remove-dead-code
Remove commented-out code in VideoDetailFragment
This commit is contained in:
commit
cd2ac25ff6
@ -484,7 +484,6 @@ public class VideoDetailFragment
|
|||||||
videoDescriptionView.setMovementMethod(LinkMovementMethod.getInstance());
|
videoDescriptionView.setMovementMethod(LinkMovementMethod.getInstance());
|
||||||
videoDescriptionView.setAutoLinkMask(Linkify.WEB_URLS);
|
videoDescriptionView.setAutoLinkMask(Linkify.WEB_URLS);
|
||||||
|
|
||||||
//thumbsRootLayout = rootView.findViewById(R.id.detail_thumbs_root_layout);
|
|
||||||
thumbsUpTextView = rootView.findViewById(R.id.detail_thumbs_up_count_view);
|
thumbsUpTextView = rootView.findViewById(R.id.detail_thumbs_up_count_view);
|
||||||
thumbsUpImageView = rootView.findViewById(R.id.detail_thumbs_up_img_view);
|
thumbsUpImageView = rootView.findViewById(R.id.detail_thumbs_up_img_view);
|
||||||
thumbsDownTextView = rootView.findViewById(R.id.detail_thumbs_down_count_view);
|
thumbsDownTextView = rootView.findViewById(R.id.detail_thumbs_down_count_view);
|
||||||
|
Loading…
Reference in New Issue
Block a user