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 238c5d16e3
commit ea6e99eff9
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" />