From 12059581c918ee965aef0d03fa2a37e20a465626 Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Sun, 1 Sep 2024 02:01:34 +0900 Subject: [PATCH] fix(YouTube Music/GmsCore support): YT Music crashes when using the `Open GmsCore` setting https://github.com/inotia00/ReVanced_Extended/issues/2352 --- .../patches/music/utils/gms/GmsCoreSupportResourcePatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/music/utils/gms/GmsCoreSupportResourcePatch.kt b/src/main/kotlin/app/revanced/patches/music/utils/gms/GmsCoreSupportResourcePatch.kt index b47465457..25a56e260 100644 --- a/src/main/kotlin/app/revanced/patches/music/utils/gms/GmsCoreSupportResourcePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/utils/gms/GmsCoreSupportResourcePatch.kt @@ -23,7 +23,7 @@ object GmsCoreSupportResourcePatch : BaseGmsCoreSupportResourcePatch( context.addMicroGPreference( CategoryType.MISC.value, "gms_core_settings", - GmsCoreVendorGroupId.valueOrThrow(), + GmsCoreVendorGroupId.valueOrThrow() + ".android.gms", GMS_CORE_SETTINGS_ACTIVITY ) }