mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 15:37:01 +05:30
common: run spotless
This commit is contained in:
parent
80a985bf2d
commit
ba1ae16e87
3 changed files with 18 additions and 25 deletions
|
@ -15,13 +15,14 @@ actual fun NetworkImage(
|
|||
modifier: Modifier,
|
||||
) {
|
||||
Image(
|
||||
painter = rememberImagePainter(
|
||||
data = url,
|
||||
builder = {
|
||||
transformations(CircleCropTransformation())
|
||||
crossfade(true)
|
||||
},
|
||||
),
|
||||
painter =
|
||||
rememberImagePainter(
|
||||
data = url,
|
||||
builder = {
|
||||
transformations(CircleCropTransformation())
|
||||
crossfade(true)
|
||||
},
|
||||
),
|
||||
contentDescription = contentDescription,
|
||||
modifier = Modifier.then(modifier),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue