mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-02 20:15:52 +01:00
fix: comments
This commit is contained in:
parent
5b0a183ec0
commit
d1028831ca
@ -12,15 +12,15 @@ import org.jf.dexlib2.Opcode
|
||||
|
||||
@Name("cast-button-signature")
|
||||
@MatchingMethod(
|
||||
"Landroidx/mediarouter/app/MediaRouteButton", "setVisibility" // first one is prolly causing the issue
|
||||
"Landroidx/mediarouter/app/MediaRouteButton", "setVisibility" // first one is prolly causing the issue since not sure what to write there
|
||||
)
|
||||
@FuzzyPatternScanMethod(2) // FIXME: Test this threshold and find the best value.
|
||||
@CastButtonCompatibility
|
||||
@Version("0.0.1")
|
||||
object CastButtonSignature : MethodSignature(
|
||||
"V",
|
||||
"V", // this might be broken as well since idk what is this
|
||||
AccessFlags.PUBLIC or AccessFlags.FINAL,
|
||||
listOf("L","L"),
|
||||
listOf("L","L"), // this too
|
||||
listOf(
|
||||
Opcode.IPUT,
|
||||
Opcode.INVOKE_VIRTUAL,
|
||||
|
Loading…
Reference in New Issue
Block a user