fix(Spotify): Restore patching with ReVanced Manager (#4769)

This commit is contained in:
LisoUseInAIKyrios 2025-04-12 21:01:51 +02:00 committed by GitHub
parent 4b84742210
commit 89d44da171
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {