mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-09 11:04:36 +02:00
fix(youtube): some dependence is missing https://github.com/inotia00/ReVanced_Extended/issues/1291
This commit is contained in:
parent
22db45a6f1
commit
4d2fd8ff06
@ -20,6 +20,7 @@ import app.revanced.util.integrations.Constants.PATCHES_PATH
|
||||
@Description("Hides components related to comments.")
|
||||
@DependsOn(
|
||||
[
|
||||
LithoFilterPatch::class,
|
||||
GeneralAdsBytecodePatch::class,
|
||||
SettingsPatch::class
|
||||
]
|
||||
|
@ -28,6 +28,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction
|
||||
@DependsOn(
|
||||
[
|
||||
OverrideSpeedHookPatch::class,
|
||||
SettingsPatch::class,
|
||||
VideoCpnPatch::class
|
||||
]
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user