mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-04 00:24:34 +02:00
feat(youtube/hide-comment-component): hide preview comment
hides the dots of live comments
This commit is contained in:
parent
b4057ef846
commit
c80d0e7ba4
@ -30,6 +30,7 @@ import app.revanced.util.integrations.Constants.PATCHES_PATH
|
|||||||
class CommentComponentPatch : ResourcePatch {
|
class CommentComponentPatch : ResourcePatch {
|
||||||
override fun execute(context: ResourceContext): PatchResult {
|
override fun execute(context: ResourceContext): PatchResult {
|
||||||
LithoFilterPatch.addFilter("$PATCHES_PATH/ads/CommentsFilter;")
|
LithoFilterPatch.addFilter("$PATCHES_PATH/ads/CommentsFilter;")
|
||||||
|
LithoFilterPatch.addFilter("$PATCHES_PATH/ads/CommentsPreviewDotsFilter;")
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add settings
|
* Add settings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user