File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compose/snippets/src/main/java/com/example/compose/snippets/lists Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,11 @@ import androidx.paging.compose.itemKey
7373import coil.compose.AsyncImage
7474import coil.compose.rememberAsyncImagePainter
7575import com.example.compose.snippets.util.randomSampleImageUrl
76+ import kotlin.random.Random
7677import kotlinx.coroutines.flow.distinctUntilChanged
7778import kotlinx.coroutines.flow.filter
7879import kotlinx.coroutines.flow.map
7980import kotlinx.coroutines.launch
80- import kotlin.random.Random
8181
8282private object ListsSnippetsColumn {
8383 // [START android_compose_layouts_list_column]
@@ -802,4 +802,4 @@ fun ScrollingGrid() {
802802 }
803803 }
804804}
805- // [END android_compose_layout_scrollable_grid]
805+ // [END android_compose_layout_scrollable_grid]
You can’t perform that action at this time.
0 commit comments