Skip to content
Snippets Groups Projects
Commit e382bd70 authored by Duncan McNamara's avatar Duncan McNamara Committed by Nicolas Pomepuy
Browse files

VideoBrowser: fix crash on long press folder group

Fixes #2918
parent a681eacb
No related branches found
No related tags found
1 merge request!1725VideoBrowser: fix crash on long press folder group
Pipeline #341310 passed with stage
in 8 minutes and 51 seconds
......@@ -21,4 +21,14 @@
android:title="@string/delete"
android:icon="@drawable/ic_am_trash"
app:showAsAction="ifRoom" />
<item
android:orderInCategory="6"
android:title="@string/favorites_add"
app:showAsAction="never"
android:id="@+id/action_mode_favorite_add" />
<item
android:orderInCategory="6"
android:title="@string/favorites_remove"
app:showAsAction="never"
android:id="@+id/action_mode_favorite_remove" />
</menu>
\ No newline at end of file
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