Skip to content

Commit

Permalink
Fix broken FrescoWebSupportProfiles unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Jun 25, 2024
1 parent 7fcfc47 commit 6de9d43
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package com.skydoves.benchmark.landscapist.app
import androidx.compose.foundation.layout.size
import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
import androidx.compose.ui.res.painterResource
import androidx.compose.ui.unit.dp
import com.facebook.drawee.backends.pipeline.Fresco
import com.skydoves.landscapist.fresco.websupport.FrescoWebImage
Expand All @@ -33,6 +34,6 @@ fun FrescoWebSupportProfiles() {
"24237865/75087936-5c1d9f80-553e-11ea-81d3-a912634dd8f7.jpg",
)
},
previewPlaceholder = R.drawable.poster,
previewPlaceholder = painterResource(id = R.drawable.poster),
)
}

0 comments on commit 6de9d43

Please sign in to comment.