Skip to content

Commit 0493f80

Browse files
fix(Spotify - Fix third party launchers widgets): Add missing compatibility annotation
1 parent aca8b20 commit 0493f80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

patches/src/main/kotlin/app/revanced/patches/spotify/misc/widgets/FixThirdPartyLaunchersWidgets.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ val fixThirdPartyLaunchersWidgets = bytecodePatch(
88
name = "Fix third party launchers widgets",
99
description = "Fixes Spotify widgets not working in third party launchers, like Nova Launcher.",
1010
) {
11+
compatibleWith("com.spotify.music")
12+
1113
execute {
1214
// Only system app launchers are granted the BIND_APPWIDGET permission.
1315
// Override the method that checks for it to always return true, as this permission is not actually required

0 commit comments

Comments
 (0)