mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-13 05:37:40 +02:00
fix(YouTube/Hide comment component): integrate CommentsPreviewDotsFilter
This commit is contained in:
@ -42,7 +42,6 @@ import app.revanced.util.integrations.Constants.COMPONENTS_PATH
|
|||||||
object CommentComponentPatch : BytecodePatch() {
|
object CommentComponentPatch : BytecodePatch() {
|
||||||
override fun execute(context: BytecodeContext) {
|
override fun execute(context: BytecodeContext) {
|
||||||
LithoFilterPatch.addFilter("$COMPONENTS_PATH/CommentsFilter;")
|
LithoFilterPatch.addFilter("$COMPONENTS_PATH/CommentsFilter;")
|
||||||
LithoFilterPatch.addFilter("$COMPONENTS_PATH/CommentsPreviewDotsFilter;")
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add settings
|
* Add settings
|
||||||
|
Reference in New Issue
Block a user