mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 13:17:46 +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")
|
||||
object LayoutComponentsPatch : BytecodePatch(emptySet()) {
|
||||
override fun execute(context: BytecodeContext) {
|
||||
LithoFilterPatch.addFilter("$COMPONENTS_PATH/CommunityPostFilter;")
|
||||
LithoFilterPatch.addFilter("$COMPONENTS_PATH/LayoutComponentsFilter;")
|
||||
LithoFilterPatch.addFilter("$COMPONENTS_PATH/LayoutComponentsUniversalFilter;")
|
||||
LithoFilterPatch.addFilter("$COMPONENTS_PATH/LowViewsFilter;")
|
||||
|
||||
/**
|
||||
* Add settings
|
||||
|
Reference in New Issue
Block a user