Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ fun SampleListDetailPaneScaffoldParts() {
// [START android_compose_adaptivelayouts_sample_list_detail_pane_scaffold_part03]
ListDetailPaneScaffold(
scaffoldState = state,
/* ... */
// [START_EXCLUDE]
listPane = {},
detailPane = {},
Expand All @@ -77,7 +76,6 @@ fun SampleListDetailPaneScaffoldParts() {
}
)
},
/* ... */
// [START_EXCLUDE]
detailPane = {},
// [END_EXCLUDE]
Expand All @@ -87,7 +85,7 @@ fun SampleListDetailPaneScaffoldParts() {
// [START android_compose_adaptivelayouts_sample_list_detail_pane_scaffold_part05]
ListDetailPaneScaffold(
scaffoldState = state,
listPane = /* ... */
listPane =
// [START_EXCLUDE]
{},
// [END_EXCLUDE]
Expand Down