mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-13 05:37:40 +02:00
fix(YouTube/Litho filter): integrate filter
This commit is contained in:
@ -45,10 +45,7 @@ import app.revanced.patches.youtube.utils.settings.SettingsPatch
|
|||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
object LayoutComponentsPatch : BytecodePatch(emptySet()) {
|
object LayoutComponentsPatch : BytecodePatch(emptySet()) {
|
||||||
override fun execute(context: BytecodeContext) {
|
override fun execute(context: BytecodeContext) {
|
||||||
LithoFilterPatch.addFilter("$COMPONENTS_PATH/CommunityPostFilter;")
|
|
||||||
LithoFilterPatch.addFilter("$COMPONENTS_PATH/LayoutComponentsFilter;")
|
LithoFilterPatch.addFilter("$COMPONENTS_PATH/LayoutComponentsFilter;")
|
||||||
LithoFilterPatch.addFilter("$COMPONENTS_PATH/LayoutComponentsUniversalFilter;")
|
|
||||||
LithoFilterPatch.addFilter("$COMPONENTS_PATH/LowViewsFilter;")
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add settings
|
* Add settings
|
||||||
|
Reference in New Issue
Block a user