Chris Banes

Results 118 comments of Chris Banes

Let's stop with the +1 comments. There is a preview build available which works great for us. You can unblock yourself.

There's likely to be very little we can do about this. Please provide a reproducible sample, as I don't really have time to setup a sample for this right now.

For now we're just using an `AnimatedContent` and cross-fading between the two `AsyncImage`s. That is closer to what we want, but this starts the crossfade as soon as the `model`...

The code sample you provided is mostly useless, and you haven't provided a screen recording or screenshot showing the issue. There's not enough information here.

Thanks for the video. I've got a speculative workaround in the PR above. I think this is more of a bug in CMP on Desktop. I _think_ `positionOnScreen` updates happen...

This would need a runtime shader I think? You might not need Haze to achieve this anyway, you can apply your own `RenderEffect` to a `graphicsLayer`.

This is a strange one. This only seems to happen from the button (and not every time), which points to the combination of the transition + indication breaking things. The...

Interestingly, this works fine on JVM, iOS, etc. The Ripple implementation used there is drawn in Compose, which points the Android implementation's Ripple view being the trigger.

The issue here is that `onGloballyPositioned` isn't be called correctly when the window is being moved (for the IME pan behaviour). There's not a whole lot we can do about...