fix(Backdrops): Remove broken patch that is no longer supported (#5627)
This commit is contained in:
parent
30176a3318
commit
c3e571e765
2 changed files with 3 additions and 3 deletions
|
|
@ -3,6 +3,7 @@ package app.revanced.patches.backdrops.misc.pro
|
|||
import app.revanced.patcher.fingerprint
|
||||
import com.android.tools.smali.dexlib2.Opcode
|
||||
|
||||
@Deprecated("Fingerprint no longer resolves and will soon be deleted.")
|
||||
internal val proUnlockFingerprint = fingerprint {
|
||||
opcodes(
|
||||
Opcode.INVOKE_VIRTUAL,
|
||||
|
|
|
|||
|
|
@ -6,9 +6,8 @@ import app.revanced.patcher.patch.bytecodePatch
|
|||
import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Suppress("unused")
|
||||
val proUnlockPatch = bytecodePatch(
|
||||
name = "Pro unlock",
|
||||
) {
|
||||
@Deprecated("This patch no longer works and will soon be deleted.")
|
||||
val proUnlockPatch = bytecodePatch{
|
||||
compatibleWith("com.backdrops.wallpapers")
|
||||
|
||||
execute {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue