fix: resolve fingerprint in premium-icon-reddit patch (#413)
This commit is contained in:
parent
aacfd120ba
commit
5ec16f6dbd
1 changed files with 5 additions and 1 deletions
|
|
@ -17,7 +17,11 @@ import app.revanced.patches.reddit.layout.premiumicon.fingerprints.PremiumIconFi
|
||||||
@Description("Unlocking Premium Icons in reddit app.")
|
@Description("Unlocking Premium Icons in reddit app.")
|
||||||
@PremiumIconCompatibility
|
@PremiumIconCompatibility
|
||||||
@Version("0.0.1")
|
@Version("0.0.1")
|
||||||
class PremiumIconPatch : BytecodePatch() {
|
class PremiumIconPatch : BytecodePatch(
|
||||||
|
listOf(
|
||||||
|
PremiumIconFingerprint
|
||||||
|
)
|
||||||
|
) {
|
||||||
override fun execute(data: BytecodeData): PatchResult {
|
override fun execute(data: BytecodeData): PatchResult {
|
||||||
val method = PremiumIconFingerprint.result!!.mutableMethod
|
val method = PremiumIconFingerprint.result!!.mutableMethod
|
||||||
method.addInstructions(
|
method.addInstructions(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue