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 @@ -68,11 +68,11 @@ import androidx.paging.compose.itemKey
6868import coil.compose.AsyncImage
6969import coil.compose.rememberAsyncImagePainter
7070import com.example.compose.snippets.util.randomSampleImageUrl
71+ import kotlin.random.Random
7172import kotlinx.coroutines.flow.distinctUntilChanged
7273import kotlinx.coroutines.flow.filter
7374import kotlinx.coroutines.flow.map
7475import kotlinx.coroutines.launch
75- import kotlin.random.Random
7676
7777private object ListsSnippetsColumn {
7878 // [START android_compose_layouts_list_column]
@@ -767,4 +767,4 @@ fun MessageList(modifier: Modifier = Modifier) {
767767 Text (text = " Go top" )
768768 }
769769}
770- // [END android_compose_lists_snap_scroll_button]
770+ // [END android_compose_lists_snap_scroll_button]
You can’t perform that action at this time.
0 commit comments