mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 05:07:41 +02:00
fix(YouTube - Hide layout components): Hiding items in the Settings menu is not working https://github.com/inotia00/ReVanced_Extended/issues/2518
This commit is contained in:
@ -10,6 +10,7 @@ import app.revanced.patcher.patch.bytecodePatch
|
||||
import app.revanced.patcher.util.smali.ExternalLabel
|
||||
import app.revanced.patches.shared.litho.addLithoFilter
|
||||
import app.revanced.patches.shared.litho.lithoFilterPatch
|
||||
import app.revanced.patches.shared.settingmenu.settingsMenuPatch
|
||||
import app.revanced.patches.shared.viewgroup.viewGroupMarginLayoutParamsHookPatch
|
||||
import app.revanced.patches.youtube.utils.compatibility.Constants.COMPATIBLE_PACKAGE
|
||||
import app.revanced.patches.youtube.utils.extension.Constants.COMPONENTS_PATH
|
||||
@ -52,6 +53,7 @@ val layoutComponentsPatch = bytecodePatch(
|
||||
lithoFilterPatch,
|
||||
sharedResourceIdPatch,
|
||||
settingsPatch,
|
||||
settingsMenuPatch,
|
||||
viewGroupMarginLayoutParamsHookPatch,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user