vinaygaba / Learn-Jetpack-Compose-By-Example

🚀 This project contains various examples that show how you would do things the "Jetpack Compose" way

Home Page:https://jetpackcompose.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

vinaygaba opened this issue · comments

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