is there a way to properly preview `ListDetailPane...
# compose-android
s
is there a way to properly preview
ListDetailPaneScaffold
? Currently it only shows the composable inside
listPane
and not both
list
and
detail
s
Does it behave differently if you provide the preview with a big enough screen?
a
Which version of Android Studio are you using to preview? There was a known issue where the window size would be calculated incorrectly, which should be resolved in Koala Feature Drop Canary 4 and later
s
@Stylianos Gakis No. With big enough screen, it just widens the
ListPane
view
👍 1
@Alex Vanyo Using
Android Studio Koala | 2024.1.1 Patch 1
Build #AI-241.18034.62.2411.12071903, built on July 10, 2024
a
Got it, it’s expected that Koala (not feature drop) will still have the issue. So it should be resolved once you update.
s
Just tried on Feature Drop
Android Studio Koala Feature Drop | 2024.1.2 Beta 1
and I can see preview as expected now. Thanks @Alex Vanyo