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
  • Loading branch information
inotia00 authored and Francesco146 committed Sep 1, 2024
1 parent 791f111 commit ea869f4
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 ea869f4

Please sign in to comment.