fix build error

This commit is contained in:
inotia00 2024-06-11 23:33:24 +09:00
parent 428c6b18fe
commit 0484078144

View File

@ -5,7 +5,7 @@ import app.revanced.patcher.extensions.InstructionExtensions.addInstruction
import app.revanced.patcher.extensions.InstructionExtensions.getInstruction import app.revanced.patcher.extensions.InstructionExtensions.getInstruction
import app.revanced.patcher.patch.BytecodePatch import app.revanced.patcher.patch.BytecodePatch
import app.revanced.patcher.patch.annotation.Patch import app.revanced.patcher.patch.annotation.Patch
import app.revanced.patches.youtube.misc.minimizedplayback.MinimizedPlaybackPatch import app.revanced.patches.youtube.misc.backgroundplayback.BackgroundPlaybackPatch
import app.revanced.patches.youtube.utils.fix.cairo.fingerprints.CarioFragmentConfigFingerprint import app.revanced.patches.youtube.utils.fix.cairo.fingerprints.CarioFragmentConfigFingerprint
import app.revanced.util.getTargetIndex import app.revanced.util.getTargetIndex
import app.revanced.util.getWideLiteralInstructionIndex import app.revanced.util.getWideLiteralInstructionIndex
@ -23,7 +23,7 @@ object CairoSettingsPatch : BytecodePatch(
/** /**
* Cairo Fragment was added since YouTube v19.04.38. * Cairo Fragment was added since YouTube v19.04.38.
* Disable this for the following reasons: * Disable this for the following reasons:
* 1. [MinimizedPlaybackPatch] does not activate the Minimized playback setting of Cairo Fragment. * 1. [BackgroundPlaybackPatch] does not activate the Minimized playback setting of Cairo Fragment.
* 2. Some patches implemented in RVX do not yet support Cairo Fragments. * 2. Some patches implemented in RVX do not yet support Cairo Fragments.
* *
* See <a href="https://github.com/inotia00/ReVanced_Extended/issues/2099">ReVanced_Extended#2099</a> * See <a href="https://github.com/inotia00/ReVanced_Extended/issues/2099">ReVanced_Extended#2099</a>