mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-20 09:47:33 +01:00
more comments
This commit is contained in:
parent
f69c38538c
commit
5b0a183ec0
@ -34,7 +34,7 @@ class CastButtonRemoverPatch : BytecodePatch(
|
||||
) {
|
||||
override fun execute(data: BytecodeData): PatchResult {
|
||||
val result = signatures.first().result!!
|
||||
val implementation = result.method.implementation!!
|
||||
val implementation = result.method.implementation!! // stole code from shorts button since it worked pretty good
|
||||
|
||||
implementation.addInstruction(
|
||||
0,
|
||||
@ -47,4 +47,4 @@ class CastButtonRemoverPatch : BytecodePatch(
|
||||
)
|
||||
return PatchResultSuccess()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user