mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +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)
|
val state = rememberLazyListState(position.episodeRowIndex)
|
||||||
var epPosition by rememberInt()
|
var epPosition by rememberInt(position.episodeRowIndex)
|
||||||
LazyRow(
|
LazyRow(
|
||||||
state = state,
|
state = state,
|
||||||
horizontalArrangement = Arrangement.spacedBy(16.dp),
|
horizontalArrangement = Arrangement.spacedBy(16.dp),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue