From 89d44da171c3f56f13112d1d82bc4ea4a56c7c06 Mon Sep 17 00:00:00 2001 From: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Date: Sat, 12 Apr 2025 21:01:51 +0200 Subject: [PATCH] fix(Spotify): Restore patching with ReVanced Manager (#4769) --- .../app/revanced/patches/spotify/misc/UnlockPremiumPatch.kt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/spotify/misc/UnlockPremiumPatch.kt b/patches/src/main/kotlin/app/revanced/patches/spotify/misc/UnlockPremiumPatch.kt index 4c4889d97..57d95e1e7 100644 --- a/patches/src/main/kotlin/app/revanced/patches/spotify/misc/UnlockPremiumPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/spotify/misc/UnlockPremiumPatch.kt @@ -35,7 +35,10 @@ val unlockPremiumPatch = bytecodePatch( sharedExtensionPatch, // Currently there is no easy way to make a mandatory patch, // so for now this is a dependent of this patch. - checkEnvironmentPatch, + // + // FIXME: Modifying string resources (such as adding patch strings) + // is currently failing with ReVanced manager. + // checkEnvironmentPatch, ) execute {