Skip to content

Commit

Permalink
feat(youtube/hide-comment-component): hide preview comment hides th…
Browse files Browse the repository at this point in the history
…e dots of live comments
  • Loading branch information
inotia00 committed Aug 3, 2023
1 parent b4057ef commit c80d0e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import app.revanced.util.integrations.Constants.PATCHES_PATH
class CommentComponentPatch : ResourcePatch {
override fun execute(context: ResourceContext): PatchResult {
LithoFilterPatch.addFilter("$PATCHES_PATH/ads/CommentsFilter;")
LithoFilterPatch.addFilter("$PATCHES_PATH/ads/CommentsPreviewDotsFilter;")

/**
* Add settings
Expand Down

0 comments on commit c80d0e7

Please sign in to comment.