File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
details/src/main/kotlin/com/skydoves/pokedex/compose/feature/details
home/src/main/kotlin/com/skydoves/pokedex/compose/feature/home Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -193,8 +193,6 @@ private fun SharedTransitionScope.DetailsHeader(
193193 imageModel = { pokemon?.imageUrl },
194194 imageOptions = ImageOptions (contentScale = ContentScale .Inside ),
195195 component = rememberImageComponent {
196- + CrossfadePlugin ()
197-
198196 if (! LocalInspectionMode .current) {
199197 + PalettePlugin (
200198 imageModel = pokemon?.imageUrl,
Original file line number Diff line number Diff line change @@ -177,13 +177,6 @@ private fun SharedTransitionScope.PokemonCard(
177177 imageModel = { pokemon.imageUrl },
178178 imageOptions = ImageOptions (contentScale = ContentScale .Inside ),
179179 component = rememberImageComponent {
180- + CrossfadePlugin ()
181- + ShimmerPlugin (
182- Shimmer .Resonate (
183- baseColor = Color .Transparent ,
184- highlightColor = Color .LightGray ,
185- ),
186- )
187180
188181 if (! LocalInspectionMode .current) {
189182 + PalettePlugin (
You can’t perform that action at this time.
0 commit comments