-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added the 'Show Channel Details' menu item to the Queue long press menu #7222
Added the 'Show Channel Details' menu item to the Queue long press menu #7222
Conversation
Created a method in NavigationHelper that opens the channel fragment using an Intent to MainActivity instead of replacing fragments.
Does this PR fix any issues? So we can close them? |
Didn't find any open ones and I thought this was simple enough to not make a new issue. Should I? |
No everything fine then 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and works as expected, only a minor naming change from my side 😄
Probably related open issue: |
@Symbian9 Channel description actually means 'About' tab of the channel, not the whole channel feed. Moreover, that issue addresses an enhancement for search results, not play queue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Improved the documentation a bit.
Ready for merging now! 😄
What is it?
Description of the changes in your PR
Show Channel Details
menu item tomenu_play_queue_item.xml
.Before/After Screenshots/Screen Record
APK testing
The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR.
Due diligence