fix(Backdrops): Remove broken patch that is no longer supported (#5627)

This commit is contained in:
LisoUseInAIKyrios
2025-08-08 21:28:07 -04:00
committed by GitHub
parent 30176a3318
commit c3e571e765
2 changed files with 3 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ package app.revanced.patches.backdrops.misc.pro
import app.revanced.patcher.fingerprint import app.revanced.patcher.fingerprint
import com.android.tools.smali.dexlib2.Opcode import com.android.tools.smali.dexlib2.Opcode
@Deprecated("Fingerprint no longer resolves and will soon be deleted.")
internal val proUnlockFingerprint = fingerprint { internal val proUnlockFingerprint = fingerprint {
opcodes( opcodes(
Opcode.INVOKE_VIRTUAL, Opcode.INVOKE_VIRTUAL,

View File

@@ -6,9 +6,8 @@ import app.revanced.patcher.patch.bytecodePatch
import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
@Suppress("unused") @Suppress("unused")
val proUnlockPatch = bytecodePatch( @Deprecated("This patch no longer works and will soon be deleted.")
name = "Pro unlock", val proUnlockPatch = bytecodePatch{
) {
compatibleWith("com.backdrops.wallpapers") compatibleWith("com.backdrops.wallpapers")
execute { execute {