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
73
73
import coil.compose.AsyncImage
74
74
import coil.compose.rememberAsyncImagePainter
75
75
import com.example.compose.snippets.util.randomSampleImageUrl
76
+ import kotlin.random.Random
76
77
import kotlinx.coroutines.flow.distinctUntilChanged
77
78
import kotlinx.coroutines.flow.filter
78
79
import kotlinx.coroutines.flow.map
79
80
import kotlinx.coroutines.launch
80
- import kotlin.random.Random
81
81
82
82
private object ListsSnippetsColumn {
83
83
// [START android_compose_layouts_list_column]
@@ -802,4 +802,4 @@ fun ScrollingGrid() {
802
802
}
803
803
}
804
804
}
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