Marcin Wisniowski
04/12/2024, 4:05 PMonPointerEvent
gets triggered even when its Composable is covered by another one. I have a dialog displaying on top of an element, but clicking on the dialog also interacts with the element behind the dialog. What would be the proper way to handle this? I expected events to not get delivered if it's covered by something.Marcin Wisniowski
04/12/2024, 4:15 PMonPointerEvent
that does nothing on the dialog, which seems to consume the event so that it doesn't reach the element behind it.Alexander Maryanovsky
04/12/2024, 5:13 PMMarcin Wisniowski
04/12/2024, 5:27 PMonPointerEvent
is covered.Alexander Maryanovsky
04/12/2024, 5:28 PMAlexander Maryanovsky
04/12/2024, 5:29 PMMarcin Wisniowski
04/12/2024, 5:29 PMMove
events though, I guess it's also intended?Alexander Maryanovsky
04/12/2024, 5:30 PMAlexander Maryanovsky
04/12/2024, 5:31 PMAlexander Maryanovsky
04/12/2024, 5:31 PMMarcin Wisniowski
04/12/2024, 5:31 PMMarcin Wisniowski
04/12/2024, 5:31 PMAlexander Maryanovsky
04/12/2024, 5:31 PM