mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-21 10:03:55 +00:00
fix(Facebook - Hide 'Sponsored Stories'): Constrain patch to latest compatible version (#4657)
This commit is contained in:
committed by
GitHub
parent
115a53b178
commit
46bd1c829a
@@ -14,7 +14,7 @@ import com.android.tools.smali.dexlib2.immutable.ImmutableMethodParameter
|
|||||||
val hideSponsoredStoriesPatch = bytecodePatch(
|
val hideSponsoredStoriesPatch = bytecodePatch(
|
||||||
name = "Hide 'Sponsored Stories'",
|
name = "Hide 'Sponsored Stories'",
|
||||||
) {
|
) {
|
||||||
compatibleWith("com.facebook.katana")
|
compatibleWith("com.facebook.katana"("490.0.0.63.82"))
|
||||||
|
|
||||||
execute {
|
execute {
|
||||||
val sponsoredDataModelTemplateMethod = getSponsoredDataModelTemplateFingerprint.originalMethod
|
val sponsoredDataModelTemplateMethod = getSponsoredDataModelTemplateFingerprint.originalMethod
|
||||||
|
|||||||
Reference in New Issue
Block a user