Standardize view animation duration #3038#3458
Standardize view animation duration #3038#3458ludugz wants to merge 2 commits intoTeamNewPipe:devfrom
Conversation
|
Pausing in main player feels so slow now. I don't think it should be that slow. |
wb9688
left a comment
There was a problem hiding this comment.
Please don't do refactoring unrelated to your PR.
app/src/main/java/org/schabi/newpipe/streams/Mp4FromDashWriter.java
Outdated
Show resolved
Hide resolved
| throw new RuntimeException("bad track matrix length (expected 36) in track n°" + i); | ||
| throw new RuntimeException("bad track matrix length (expected 36) in" | ||
| + " track n°" + i); |
There was a problem hiding this comment.
Why split it into 2 lines? That line isn't even too long…
There was a problem hiding this comment.
My guess is that his build also fails like mine, because his system also sees it as 101 characters in a single line (because of the °, being recognized as 2 characters).
There was a problem hiding this comment.
@XiangRongLin: Then you have weird encoding settings and should fix that, not this line. That also still doesn't explain the other changes in this file.
There was a problem hiding this comment.
@XiangRongLin nailed it. Maybe something wrong with my Android Studio, I will return it back soon.
…s, hideControls - Move VideoPlayer/DEFAULT_CONTROLS_DURATION --> AnimationUtils/DEFAULT_ANIM_DURATION - Refactor some places
cd0dec0 to
dd7c206
Compare
679bc75 to
2aeccc0
Compare
|
There is no progress since >1,5 years, a ton of merge conflicts and no GitHub actions build. Closing this PR. |
What is it?
Description of the changes in your PR
Fixes the following issue(s)
Testing apk
app-debug.zip
Agreement