Skip to content
Snippets Groups Projects
Commit b7ebee1e authored by Jahan Zinedine's avatar Jahan Zinedine Committed by Jean-Baptiste Kempf
Browse files

Update vlc-android/res/xml/shortcuts.xml to fix a build error

parent d8be5847
No related branches found
No related tags found
1 merge request!377Update vlc-android/res/xml/shortcuts.xml to fix a build error
Pipeline #12614 failed with stage
in 24 minutes
......@@ -6,8 +6,8 @@
android:shortcutId="last_playlist"
android:enabled="true"
android:icon="@drawable/ic_shortcut_resume_playback"
android:shortcutShortLabel="@string/resume_playback_short"
android:shortcutLongLabel="@string/resume_playback_long">
android:shortcutShortLabel="@string/resume_playback_short_title"
android:shortcutLongLabel="@string/resume_playback_long_title">
<intent
android:action="vlc.shortcut.resume"
android:targetPackage="org.videolan.vlc"
......@@ -75,4 +75,4 @@
android:targetClass="org.videolan.vlc.StartActivity" />
<categories android:name="vlc.shortcut.category" />
</shortcut>
</shortcuts>
\ No newline at end of file
</shortcuts>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment