Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
There's some code in the tracers:
com.swissborg.app.common.compose.navigation.NavigationAnimationsKt$offsetXFactor$1 in invoke-3p2s80s at line 24
com.swissborg.app.common.compose.navigation.NavigationAnimationsKt$offsetXFactor$1 in invoke at line 23
Woudl you be able to link it or provide a similar code to what you have to help us debug further? How offsetXFactor looks like as well as your custom navigation logic and how it swaps the screens
Description
Alpha values (transparency) of shaders cannot be changed once they are created. Brush text draw needs to support overriding alpha value. Draw functions that accept color can use the alpha channel in the Color object.