Skip to content

Commit 7dadf03

Browse files
committed
Add comment for ColumnScope usage
1 parent 6c18b25 commit 7dadf03

File tree

1 file changed

+1
-0
lines changed
  • feature/settings/src/main/java/com/google/samples/apps/nowinandroid/feature/settings

1 file changed

+1
-0
lines changed

feature/settings/src/main/java/com/google/samples/apps/nowinandroid/feature/settings/SettingsDialog.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ fun SettingsDialog(
150150
)
151151
}
152152

153+
// [ColumnScope] is used for using the [ColumnScope.AnimatedVisibility] extension overload composable.
153154
@Composable
154155
private fun ColumnScope.SettingsPanel(
155156
settings: UserEditableSettings,

0 commit comments

Comments
 (0)