Skip to content

Commit

Permalink
Fix benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Jan 6, 2024
1 parent e63d616 commit 5450242
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import androidx.compose.foundation.layout.Column
import androidx.compose.runtime.CompositionLocalProvider
import androidx.compose.ui.ExperimentalComposeUiApi
import androidx.compose.ui.Modifier
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.res.painterResource
import androidx.compose.ui.semantics.semantics
import androidx.compose.ui.semantics.testTagsAsResourceId
Expand All @@ -45,10 +44,7 @@ class MainActivity : ComponentActivity() {
val imageComponent = imageComponent {
+PlaceholderPlugin.Loading(painterResource(id = R.drawable.poster))
+PlaceholderPlugin.Failure(painterResource(id = R.drawable.poster))
+ShimmerPlugin(
baseColor = Color.Transparent,
highlightColor = Color.Transparent,
)
+ShimmerPlugin()
+CrossfadePlugin()
+CircularRevealPlugin()
+BlurTransformationPlugin()
Expand Down

0 comments on commit 5450242

Please sign in to comment.