mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-23 18:51:03 +00:00
feat(Strava - Disable subscription suggestions): Make compatible with latest version (#4739)
This commit is contained in:
@@ -12,7 +12,7 @@ import com.android.tools.smali.dexlib2.immutable.ImmutableMethod
|
|||||||
val disableSubscriptionSuggestionsPatch = bytecodePatch(
|
val disableSubscriptionSuggestionsPatch = bytecodePatch(
|
||||||
name = "Disable subscription suggestions",
|
name = "Disable subscription suggestions",
|
||||||
) {
|
) {
|
||||||
compatibleWith("com.strava"("320.12"))
|
compatibleWith("com.strava")
|
||||||
|
|
||||||
execute {
|
execute {
|
||||||
val helperMethodName = "getModulesIfNotUpselling"
|
val helperMethodName = "getModulesIfNotUpselling"
|
||||||
|
|||||||
Reference in New Issue
Block a user