sample-wake-me-up icon indicating copy to clipboard operation
sample-wake-me-up copied to clipboard

Sky graphic is visible when expanding/collapsing

Open SalvatoreT opened this issue 3 years ago • 3 comments

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.

sky-is-showing

SalvatoreT avatar Oct 14 '21 21:10 SalvatoreT

It seems like Jetpack Compose and/or system bug. It doesn't reproduce on an API 30 emulator for me.

romainguy avatar Oct 14 '21 21:10 romainguy

@SalvatoreT You could try to upgrade to compose 1.1.0-alphaX and see if it fixes it.

romainguy avatar Oct 14 '21 21:10 romainguy

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()

SalvatoreT avatar Oct 14 '21 21:10 SalvatoreT