I have an issue with Android Studio's Layout Inspe...
# compose
j
I have an issue with Android Studio's Layout Inspector and compose, see picture. There's a Scaffold whose TopAppBar is shown at the same level as the Scaffold itself. But it's not: the TopAppBar is actually inside the Scaffold's topBar slot. Furthermore, the compostables inside the Scaffold's content lambda can't be seen in the inspector (even though they are shown on screen). Any idea if this is a known bug or limitation or how to debug this?