fix: wrong signature for hide-reels-signature
This commit is contained in:
parent
1d833957ed
commit
2d9ff2af0a
|
@ -29,7 +29,7 @@ class HideReelsPatch : Patch(
|
|||
MethodSignatureMetadata(
|
||||
"hide-reels-signature",
|
||||
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,
|
||||
"Signature for the method required to be patched.",
|
||||
"0.0.1"
|
||||
|
@ -53,6 +53,7 @@ class HideReelsPatch : Patch(
|
|||
"[B",
|
||||
"[B",
|
||||
"[B",
|
||||
"[B",
|
||||
"[B"
|
||||
),
|
||||
listOf(
|
||||
|
|
Loading…
Reference in a new issue