Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to using static images for jetsnack #1422

Merged
merged 5 commits into from
Jun 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove placeholder
  • Loading branch information
riggaroo committed Jun 28, 2024
commit a1f18ff6fed4038594ca1f158a1ab640db0e2f9d
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ fun SnackImage(
.crossfade(true)
.build(),
contentDescription = contentDescription,
JolandaVerhoef marked this conversation as resolved.
Show resolved Hide resolved
placeholder = painterResource(R.drawable.placeholder),
modifier = Modifier.fillMaxSize(),
contentScale = ContentScale.Crop,
)
Expand Down
Loading