-
-
Notifications
You must be signed in to change notification settings - Fork 188
AboutActivity to Jetpack Compose #2489
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
base: main
Are you sure you want to change the base?
Conversation
true | ||
setContent { | ||
MaterialTheme { | ||
Scaffold( |
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 would extract the logic for the actual screen content in a separate function. That would make it easier to preview the UI and test it with fake data. Example, Documentation
) | ||
} | ||
} | ||
} |
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.
Missing new line? Maybe also a Preview
?
80a7ef9
to
d3f7549
Compare
437a681
to
e79efe2
Compare
e79efe2
to
d14f5c8
Compare
Uh oh!
There was an error while loading. Please reload this page.