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

The counter text isn't visible in StateActivity due to a platform bug in dev08 #10

Closed
vinaygaba opened this issue Apr 9, 2020 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@vinaygaba
Copy link
Owner

The issue is related to using a composable with elevation. It causes the composables around it that don't have an elevation to not be visible.

https://github.com/vinaygaba/Learn-Jetpack-Compose-By-Example/blob/master/app/src/main/java/com/example/jetpackcompose/state/StateActivity.kt

// Surface is added as a temporary workaround for an issue that causes the text to not be

@vinaygaba vinaygaba added bug Something isn't working good first issue Good for newcomers labels Apr 9, 2020
@vinaygaba vinaygaba added this to To do in Learn Jetpack Compose By Example via automation Apr 9, 2020
Learn Jetpack Compose By Example automation moved this from To do to Done Apr 14, 2020
@vinaygaba
Copy link
Owner Author

7a065d7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Development

No branches or pull requests

1 participant