-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Refactor VideoDetailFragment. #8847
Refactor VideoDetailFragment. #8847
Conversation
Kudos, SonarCloud Quality Gate passed! |
be39436
to
6501ddb
Compare
6501ddb
to
5102c45
Compare
b40eb47
to
9d7903c
Compare
It seems like the player crashes (though without a notification) when entering or leaving fullscreen. |
Thanks for the feedback, will look into this. |
9d7903c
to
cf36101
Compare
I undid the view model changes in this PR, I'll make them in a separate one. |
cf36101
to
e4f9746
Compare
It seems to be working fine in general now. |
For consistency with long click listeners, in VideoDetailFragment
Kudos, SonarCloud Quality Gate passed! |
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.
I pushed two small commits. Other than that, LGTM, thanks!
What is it?
Description of the changes in your PR
VideoDetailFragment
.Fixes the following issue(s)
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