In my Jetpack Compose app, I have an AndroidView wrapping a WebView. While debugging, I see that the WebView is drawn twice (a breakpoint at the composable hosting the AndroidView is hit twice). After inspecting the code, I don't see any state updates that could be triggering this update.
Is there any strategy or tool to identify the "event" that is triggering the redraw of a @Composable?