update Tigrane portrait. add randomness in auth screen portrait
This commit is contained in:
		
							parent
							
								
									57d1273435
								
							
						
					
					
						commit
						34d15c41e0
					
				
					 2 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -270,8 +270,10 @@ private fun rememberPortrait(): List<Int> = rememberSaveable {
 | 
			
		|||
        R.drawable.im_unathana,
 | 
			
		||||
        R.drawable.im_brulkhai,
 | 
			
		||||
        R.drawable.im_leandre,
 | 
			
		||||
        R.drawable.im_nelia,
 | 
			
		||||
    )
 | 
			
		||||
    ).shuffled().let {
 | 
			
		||||
        // force nelia in the middle because of the ratio difference.
 | 
			
		||||
        listOf(it[0], it[1], R.drawable.im_nelia, it[2], it[3])
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@Composable
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue