mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-21 18:03:56 +00:00
comments
This commit is contained in:
@@ -12,7 +12,7 @@ import org.jf.dexlib2.Opcode
|
||||
|
||||
@Name("cast-button-signature")
|
||||
@MatchingMethod(
|
||||
"Landroidx/mediarouter/app/MediaRouteButton", "setVisibility"
|
||||
"Landroidx/mediarouter/app/MediaRouteButton", "setVisibility" // first one is prolly causing the issue
|
||||
)
|
||||
@FuzzyPatternScanMethod(2) // FIXME: Test this threshold and find the best value.
|
||||
@CastButtonCompatibility
|
||||
@@ -26,4 +26,4 @@ object CastButtonSignature : MethodSignature(
|
||||
Opcode.INVOKE_VIRTUAL,
|
||||
Opcode.RETURN_VOID,
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user