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 @@ -67,11 +67,11 @@ import androidx.paging.compose.itemKey
67
67
import coil.compose.AsyncImage
68
68
import coil.compose.rememberAsyncImagePainter
69
69
import com.example.compose.snippets.util.randomSampleImageUrl
70
+ import kotlin.random.Random
70
71
import kotlinx.coroutines.flow.distinctUntilChanged
71
72
import kotlinx.coroutines.flow.filter
72
73
import kotlinx.coroutines.flow.map
73
74
import kotlinx.coroutines.launch
74
- import kotlin.random.Random
75
75
76
76
private object ListsSnippetsColumn {
77
77
// [START android_compose_layouts_list_column]
@@ -745,4 +745,4 @@ private val randomSizedPhotos = listOf(
745
745
randomSampleImageUrl(width = 300 , height = 400 ),
746
746
randomSampleImageUrl(width = 1600 , height = 900 ),
747
747
randomSampleImageUrl(width = 500 , height = 500 ),
748
- )
748
+ )
You can’t perform that action at this time.
0 commit comments