You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compose/snippets/src/main/java/com/example/compose/snippets/adaptivelayouts/SampleListDetailPaneScaffold.kt
+38-19Lines changed: 38 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -144,26 +144,26 @@ fun SampleNavigableListDetailPaneScaffoldFull() {
144
144
}
145
145
},
146
146
detailPane = {
147
-
Column {
148
-
// Allow users to dismiss the detail pane. Use back navigation to
149
-
// hide an expanded detail pane.
150
-
if (scaffoldNavigator.scaffoldValue[ListDetailPaneScaffoldRole.Detail] ==PaneAdaptedValue.Expanded) {
151
-
// Material design principles promote the usage of a right-aligned
0 commit comments