fix: comments

This commit is contained in:
Canny1913 2022-06-15 23:08:16 +03:00 committed by GitHub
parent 5b0a183ec0
commit d1028831ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,