mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-23 19:26:50 +00:00
refactor: add backdropImageUrl to MediaUiModel for improved image handling
This commit is contained in:
@@ -45,7 +45,7 @@ internal fun TvFocusedItemHero(
|
||||
.background(scheme.background)
|
||||
) {
|
||||
Crossfade(
|
||||
targetState = item.primaryImageUrl,
|
||||
targetState = item.backdropImageUrl,
|
||||
animationSpec = tween(durationMillis = TvHomeHeroAnimationMillis),
|
||||
label = "tv-home-hero-background"
|
||||
) { imageUrl ->
|
||||
|
||||
Reference in New Issue
Block a user