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

Compose 1.4 and higher causes flicker #20

Open
gregnuvo opened this issue May 17, 2023 · 1 comment
Open

Compose 1.4 and higher causes flicker #20

gregnuvo opened this issue May 17, 2023 · 1 comment

Comments

@gregnuvo
Copy link

See the resulting flickering behavior when the spinner switches values.

sampleA.webm

To reproduce it, upgrate to latest compose by adding this to your build.gradle.kts. Any version of compose greater than 1.3.3 has the same behavior

    implementation(platform("androidx.compose:compose-bom:2023.05.01"))
    implementation("androidx.compose.ui:ui")
    implementation("androidx.compose.ui:ui-tooling")
    implementation("androidx.compose.foundation:foundation")
    implementation("androidx.compose.material:material")
    implementation("androidx.compose.material:material-icons-core")
    implementation("androidx.compose.material:material-icons-extended")
    implementation("androidx.compose.runtime:runtime-livedata")
    implementation("androidx.activity:activity-compose:1.5.1")
``` `


@prologikus
Copy link

i have the same problem

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

No branches or pull requests

2 participants