Skip to content

Commit

Permalink
fix: wrong package name on search shortcut #392
Browse files Browse the repository at this point in the history
  • Loading branch information
Malopieds committed Nov 16, 2024
1 parent d1a9464 commit 5114a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/xml-v25/shortcuts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<intent
android:targetClass="com.malopieds.innertune.MainActivity"
android:targetPackage="com.malopieds.innertune"
android:action="com.zionhuang.music.action.SEARCH" />
android:action="com.malopieds.innertune.action.SEARCH" />
</shortcut>
<shortcut
android:shortcutId="explore"
Expand Down

0 comments on commit 5114a7f

Please sign in to comment.