mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-03 22:12:55 +01:00
fix: wrong signature for hide-reels-signature
This commit is contained in:
parent
1d833957ed
commit
2d9ff2af0a
@ -29,7 +29,7 @@ class HideReelsPatch : Patch(
|
|||||||
MethodSignatureMetadata(
|
MethodSignatureMetadata(
|
||||||
"hide-reels-signature",
|
"hide-reels-signature",
|
||||||
MethodMetadata(null, null), // unknown
|
MethodMetadata(null, null), // unknown
|
||||||
PatternScanMethod.Fuzzy(2), // FIXME: Test this threshold and find the best value.
|
PatternScanMethod.Fuzzy(3), // FIXME: Test this threshold and find the best value.
|
||||||
compatiblePackages,
|
compatiblePackages,
|
||||||
"Signature for the method required to be patched.",
|
"Signature for the method required to be patched.",
|
||||||
"0.0.1"
|
"0.0.1"
|
||||||
@ -53,6 +53,7 @@ class HideReelsPatch : Patch(
|
|||||||
"[B",
|
"[B",
|
||||||
"[B",
|
"[B",
|
||||||
"[B",
|
"[B",
|
||||||
|
"[B",
|
||||||
"[B"
|
"[B"
|
||||||
),
|
),
|
||||||
listOf(
|
listOf(
|
||||||
|
Loading…
Reference in New Issue
Block a user