mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-03 16:14:28 +02:00
fix build error
This commit is contained in:
parent
428c6b18fe
commit
0484078144
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user