Convert AnimationUtils functions to extension functions.#5333
Conversation
XiangRongLin
left a comment
There was a problem hiding this comment.
Did you test everything that you changed? Since there are only very little unit tests, refactoring like this requires extensive manual testing.
app/src/main/java/org/schabi/newpipe/fragments/list/comments/CommentsFragment.java
Show resolved
Hide resolved
2521e39 to
590db7a
Compare
I made sure to preserve the existing behavior. Just to be sure, I tested it out and didn't find any issues. |
33cc190 to
f4dadf0
Compare
Stypox
left a comment
There was a problem hiding this comment.
Looks good to me, thank you :-)
|
Oh, then also |
f4dadf0 to
a98c0de
Compare
a98c0de to
920e560
Compare
There doesn't seem to be a way to get a reference to the generated class for top-level declarations. |
|
I tested many places and everything seems to work well |
…nvert_AnimationUtils_to_extensions Convert AnimationUtils functions to extension functions.
What is it?
Description of the changes in your PR
AnimationUtilsto Kotlin extension functions.APK testing
debug.zip
Due diligence