mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Fix episode row focus
This commit is contained in:
parent
08355bf24b
commit
a0329b2c1d
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue