Skip to content
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

Load and Display Images from the Internet | Wrong modifier parameter #103

Open
Jaehwa-Noh opened this issue Jan 3, 2024 · 0 comments · May be fixed by #104
Open

Load and Display Images from the Internet | Wrong modifier parameter #103

Jaehwa-Noh opened this issue Jan 3, 2024 · 0 comments · May be fixed by #104

Comments

@Jaehwa-Noh
Copy link

According this guide line API Guidelines for @Composable components in Jetpack Compose

• modifier parameter is applied once as a first modifier in the chain to the root-most layout in the component implementation.
스크린샷 2024-01-03 142407

So, need to change this line modifier to Modifier.

@Jaehwa-Noh Jaehwa-Noh linked a pull request Jan 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant