mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-29 05:10:20 +02:00
fix(YouTube - Overlay buttons): Add missing dependency
This commit is contained in:
parent
fd9670fcae
commit
87a6aec1dc
@ -16,6 +16,7 @@ import app.revanced.patches.youtube.utils.pip.pipStateHookPatch
|
|||||||
import app.revanced.patches.youtube.utils.playercontrols.hookBottomControlButton
|
import app.revanced.patches.youtube.utils.playercontrols.hookBottomControlButton
|
||||||
import app.revanced.patches.youtube.utils.playercontrols.playerControlsPatch
|
import app.revanced.patches.youtube.utils.playercontrols.playerControlsPatch
|
||||||
import app.revanced.patches.youtube.utils.playservice.is_19_17_or_greater
|
import app.revanced.patches.youtube.utils.playservice.is_19_17_or_greater
|
||||||
|
import app.revanced.patches.youtube.utils.playservice.versionCheckPatch
|
||||||
import app.revanced.patches.youtube.utils.resourceid.sharedResourceIdPatch
|
import app.revanced.patches.youtube.utils.resourceid.sharedResourceIdPatch
|
||||||
import app.revanced.patches.youtube.utils.settings.ResourceUtils.addPreference
|
import app.revanced.patches.youtube.utils.settings.ResourceUtils.addPreference
|
||||||
import app.revanced.patches.youtube.utils.settings.settingsPatch
|
import app.revanced.patches.youtube.utils.settings.settingsPatch
|
||||||
@ -77,6 +78,7 @@ val overlayButtonsPatch = resourcePatch(
|
|||||||
playerControlsPatch,
|
playerControlsPatch,
|
||||||
sharedResourceIdPatch,
|
sharedResourceIdPatch,
|
||||||
settingsPatch,
|
settingsPatch,
|
||||||
|
versionCheckPatch,
|
||||||
)
|
)
|
||||||
|
|
||||||
val iconTypeOption = stringOption(
|
val iconTypeOption = stringOption(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user