Convert a bunch of files to kotlin#13026
Conversation
d7d02f7 to
a549118
Compare
|
No need to convert View related files to Kotlin as they will be deleted later with compose migration. |
theimpulson
left a comment
There was a problem hiding this comment.
General feedback that seems to apply to the most of the converted code.
|
I suggest marking the PR as draft when it is still WIP. Once ready for review, please avoid doing changes unless asked or required to fix or improve existing code in the PR. |
|
Seems fair. Might as well convert to Compose in the same PR if you are comfortable with it. |
It would target another branch then |
906592b to
6290be4
Compare
|
@dustdfg please fix the ktlint failures, thanks! |
6290be4 to
c6fc94e
Compare
- Use early return in case of nulls - Use better variable names - Remove non-required newlines, imports and add missing ones Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
What is it?
Description of the changes in your PR
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. You can find more info and a video demonstration on this wiki page.
Due diligence