mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-27 08:16:36 +03:00
fix: Browse icon not animating after first interaction (#1582)
This commit is contained in:
parent
224430ec0d
commit
69f0787a26
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ data class BrowseTab(
|
||||||
override val options: TabOptions
|
override val options: TabOptions
|
||||||
@Composable
|
@Composable
|
||||||
get() {
|
get() {
|
||||||
val isSelected = LocalTabNavigator.current.current.key == key
|
val isSelected = LocalTabNavigator.current.current is BrowseTab
|
||||||
val image = AnimatedImageVector.animatedVectorResource(R.drawable.anim_browse_enter)
|
val image = AnimatedImageVector.animatedVectorResource(R.drawable.anim_browse_enter)
|
||||||
return TabOptions(
|
return TabOptions(
|
||||||
index = 3u,
|
index = 3u,
|
||||||
|
|
Loading…
Reference in a new issue