Added the 'Show Channel Details' menu item to the Queue long press menu
Created a method in NavigationHelper that opens the channel fragment using an Intent to MainActivity instead of replacing fragments.
This commit is contained in:
parent
7baeb6eca7
commit
a2ff770afc
3 changed files with 21 additions and 2 deletions
|
|
@ -10,6 +10,9 @@
|
|||
<item
|
||||
android:id="@+id/menu_item_append_playlist"
|
||||
android:title="@string/append_playlist" />
|
||||
<item
|
||||
android:id="@+id/menu_item_channel_details"
|
||||
android:title="@string/show_channel_details" />
|
||||
<item
|
||||
android:id="@+id/menu_item_share"
|
||||
android:title="@string/share" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue