mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fix expand animation in manga info
This commit is contained in:
parent
afd75db2d6
commit
cb71c4e96f
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ class MangaHeaderHolder(
|
|||
binding.mangaAuthor.maxLines = Integer.MAX_VALUE
|
||||
binding.mangaSummary.requestFocus()
|
||||
if (animated) {
|
||||
val transition = androidx.transition.Slide()
|
||||
val transition = androidx.transition.ChangeBounds()
|
||||
transition.duration = binding.root.resources.getInteger(
|
||||
android.R.integer.config_shortAnimTime
|
||||
).toLong()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue