-
Notifications
You must be signed in to change notification settings - Fork 200
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
Use UI state in profile edit screen #508
base: main
Are you sure you want to change the base?
Use UI state in profile edit screen #508
Conversation
Thank you for your pull request. Could you please resolve the conflict? |
…eature/use_ui_state_in_profile_edit_screen
@takahirom |
Detekt check failed. Please run |
I apologize. I created a similar issue, and there are conflicts in this PR. I believe we can still use your code, such as ImageData. Could you please resolve the conflict? |
"" | ||
} | ||
|
||
val occupationError @Composable get() = if (occupation.isEmpty()) { |
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.
The same basic code format is repeated here three times... it might be worth to make a generic version?
Issue
Overview (Required)