Skip to content

Commit

Permalink
fix(YouTube Music/GmsCore support): Open GmsCore setting is not add…
Browse files Browse the repository at this point in the history
…ed if user only includes `GmsCore support` patch inotia00/ReVanced_Extended#2351
  • Loading branch information
inotia00 committed Aug 31, 2024
1 parent db3d1c5 commit 3720b4a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import app.revanced.patches.music.utils.fix.client.SpoofUserAgentPatch
import app.revanced.patches.music.utils.fix.fileprovider.FileProviderPatch
import app.revanced.patches.music.utils.integrations.IntegrationsPatch
import app.revanced.patches.music.utils.mainactivity.fingerprints.MainActivityFingerprint
import app.revanced.patches.music.utils.settings.SettingsPatch
import app.revanced.patches.shared.gms.BaseGmsCoreSupportPatch
import app.revanced.patches.shared.gms.BaseGmsCoreSupportResourcePatch.Companion.ORIGINAL_PACKAGE_NAME_YOUTUBE_MUSIC

Expand All @@ -15,7 +16,8 @@ object GmsCoreSupportPatch : BaseGmsCoreSupportPatch(
integrationsPatchDependency = IntegrationsPatch::class,
dependencies = setOf(
SpoofUserAgentPatch::class,
FileProviderPatch::class
FileProviderPatch::class,
SettingsPatch::class
),
gmsCoreSupportResourcePatch = GmsCoreSupportResourcePatch,
compatiblePackages = COMPATIBLE_PACKAGE
Expand Down

0 comments on commit 3720b4a

Please sign in to comment.