Skip to content

Commit c3e571e

Browse files
author
LisoUseInAIKyrios
authored
fix(Backdrops): Remove broken patch that is no longer supported (#5627)
1 parent 30176a3 commit c3e571e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

patches/src/main/kotlin/app/revanced/patches/backdrops/misc/pro/Fingerprints.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package app.revanced.patches.backdrops.misc.pro
33
import app.revanced.patcher.fingerprint
44
import com.android.tools.smali.dexlib2.Opcode
55

6+
@Deprecated("Fingerprint no longer resolves and will soon be deleted.")
67
internal val proUnlockFingerprint = fingerprint {
78
opcodes(
89
Opcode.INVOKE_VIRTUAL,

patches/src/main/kotlin/app/revanced/patches/backdrops/misc/pro/ProUnlockPatch.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ import app.revanced.patcher.patch.bytecodePatch
66
import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
77

88
@Suppress("unused")
9-
val proUnlockPatch = bytecodePatch(
10-
name = "Pro unlock",
11-
) {
9+
@Deprecated("This patch no longer works and will soon be deleted.")
10+
val proUnlockPatch = bytecodePatch{
1211
compatibleWith("com.backdrops.wallpapers")
1312

1413
execute {

0 commit comments

Comments
 (0)