mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-01 15:14:34 +02:00
fix(YouTube): Missing dependency
This commit is contained in:
parent
06f1750bd1
commit
434242f4b1
@ -14,6 +14,7 @@ import app.revanced.patches.shared.mainactivity.injectOnCreateMethodCall
|
||||
import app.revanced.patches.youtube.utils.compatibility.Constants.COMPATIBLE_PACKAGE
|
||||
import app.revanced.patches.youtube.utils.extension.Constants.UTILS_PATH
|
||||
import app.revanced.patches.youtube.utils.extension.sharedExtensionPatch
|
||||
import app.revanced.patches.youtube.utils.fix.attributes.themeAttributesPatch
|
||||
import app.revanced.patches.youtube.utils.fix.cairo.cairoFragmentPatch
|
||||
import app.revanced.patches.youtube.utils.fix.playbackspeed.playbackSpeedWhilePlayingPatch
|
||||
import app.revanced.patches.youtube.utils.fix.splash.darkModeSplashScreenPatch
|
||||
@ -125,6 +126,7 @@ val settingsPatch = resourcePatch(
|
||||
cairoFragmentPatch,
|
||||
darkModeSplashScreenPatch,
|
||||
playbackSpeedWhilePlayingPatch,
|
||||
themeAttributesPatch,
|
||||
)
|
||||
|
||||
val insertPosition = stringOption(
|
||||
|
Loading…
x
Reference in New Issue
Block a user