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
6767import  coil.compose.AsyncImage 
6868import  coil.compose.rememberAsyncImagePainter 
6969import  com.example.compose.snippets.util.randomSampleImageUrl 
70+ import  kotlin.random.Random 
7071import  kotlinx.coroutines.flow.distinctUntilChanged 
7172import  kotlinx.coroutines.flow.filter 
7273import  kotlinx.coroutines.flow.map 
7374import  kotlinx.coroutines.launch 
74- import  kotlin.random.Random 
7575
7676private  object  ListsSnippetsColumn {
7777    //  [START android_compose_layouts_list_column]
@@ -745,4 +745,4 @@ private val randomSizedPhotos = listOf(
745745    randomSampleImageUrl(width =  300 , height =  400 ),
746746    randomSampleImageUrl(width =  1600 , height =  900 ),
747747    randomSampleImageUrl(width =  500 , height =  500 ),
748- )
748+ )
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments