Skip to content

Commit

Permalink
fix(YouTube Music/GmsCore support): YT Music crashes when using the `…
Browse files Browse the repository at this point in the history
…Open GmsCore` setting inotia00/ReVanced_Extended#2352
  • Loading branch information
inotia00 committed Aug 31, 2024
1 parent 2eb2b31 commit 1205958
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
}
Expand Down

0 comments on commit 1205958

Please sign in to comment.