mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-02 23:54:33 +02:00
fix build error
This commit is contained in:
parent
3b51b187b5
commit
ec59393e38
@ -14,10 +14,10 @@ import app.revanced.patcher.patch.PatchResultSuccess
|
||||
import app.revanced.patcher.patch.annotations.DependsOn
|
||||
import app.revanced.patcher.patch.annotations.Patch
|
||||
import app.revanced.patcher.util.smali.ExternalLabel
|
||||
import app.revanced.patches.youtube.seekbar.seekbarcolor.patch.SeekbarColorPatch
|
||||
import app.revanced.patches.youtube.utils.fingerprints.SeekbarFingerprint
|
||||
import app.revanced.patches.youtube.utils.fingerprints.SeekbarOnDrawFingerprint
|
||||
import app.revanced.patches.youtube.utils.annotations.YouTubeCompatibility
|
||||
import app.revanced.patches.youtube.seekbar.seekbarcolor.resource.patch.SeekbarColorResourcePatch
|
||||
import app.revanced.patches.youtube.utils.settings.resource.patch.SettingsPatch
|
||||
import app.revanced.util.integrations.Constants.SEEKBAR
|
||||
|
||||
@ -26,7 +26,7 @@ import app.revanced.util.integrations.Constants.SEEKBAR
|
||||
@Description("Hides the seekbar in video player and video thumbnails.")
|
||||
@DependsOn(
|
||||
[
|
||||
SeekbarColorResourcePatch::class,
|
||||
SeekbarColorPatch::class,
|
||||
SettingsPatch::class
|
||||
]
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user