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:
ktprograms 2021-10-11 14:46:29 +08:00
parent 7baeb6eca7
commit a2ff770afc
3 changed files with 21 additions and 2 deletions

View file

@ -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" />