sample-wake-me-up
sample-wake-me-up copied to clipboard
Sky graphic is visible when expanding/collapsing
If you have a clocks that are close enough together, you can see the sky rendering when you expand and collapse the view. I reproduced this on a physical Galaxy S8 (API 28) and a Pixel 5 (API 31) emulator.
It seems like Jetpack Compose and/or system bug. It doesn't reproduce on an API 30 emulator for me.
@SalvatoreT You could try to upgrade to compose 1.1.0-alphaX and see if it fixes it.
I updated the Compose version and still had the same error.
diff --git a/build.gradle b/build.gradle
index 6d6a939..ecd97cb 100755
--- a/build.gradle
+++ b/build.gradle
@@ -2,7 +2,7 @@
buildscript {
ext {
filament_version = '1.12.8'
- compose_version = '1.0.4'
+ compose_version = '1.1.0-alpha06'
}
repositories {
google()