mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 06:27:02 +05:30
all: refactor Modifier ordering
Drawns on the suggestions outlined in https://chris.banes.dev/always-provide-a-modifier/
This commit is contained in:
parent
2606f2e79b
commit
cfd0725605
7 changed files with 15 additions and 14 deletions
|
@ -14,7 +14,7 @@ actual fun NetworkImage(
|
|||
KamelImage(
|
||||
resource = lazyPainterResource(url),
|
||||
contentDescription = contentDescription,
|
||||
modifier = Modifier.then(modifier),
|
||||
modifier = modifier,
|
||||
crossfade = true,
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue