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
68
68
import coil.compose.AsyncImage
69
69
import coil.compose.rememberAsyncImagePainter
70
70
import com.example.compose.snippets.util.randomSampleImageUrl
71
+ import kotlin.random.Random
71
72
import kotlinx.coroutines.flow.distinctUntilChanged
72
73
import kotlinx.coroutines.flow.filter
73
74
import kotlinx.coroutines.flow.map
74
75
import kotlinx.coroutines.launch
75
- import kotlin.random.Random
76
76
77
77
private object ListsSnippetsColumn {
78
78
// [START android_compose_layouts_list_column]
@@ -767,4 +767,4 @@ fun MessageList(modifier: Modifier = Modifier) {
767
767
Text (text = " Go top" )
768
768
}
769
769
}
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