Fix episode row focus

This commit is contained in:
Damontecres 2026-01-17 22:51:28 -05:00
parent 08355bf24b
commit a0329b2c1d
No known key found for this signature in database

View file

@ -197,7 +197,7 @@ fun SeriesOverviewContent(
}
}
val state = rememberLazyListState(position.episodeRowIndex)
var epPosition by rememberInt()
var epPosition by rememberInt(position.episodeRowIndex)
LazyRow(
state = state,
horizontalArrangement = Arrangement.spacedBy(16.dp),