Bottom sheet adjustments

This commit is contained in:
Zakhar Timoshenko
2023-06-04 13:55:06 +03:00
parent bece4cc15d
commit 32695f9816
5 changed files with 11 additions and 3 deletions

View File

@@ -201,7 +201,7 @@ class DetailsActivity :
val toolbar = viewBinding.toolbarChapters ?: return
if (isAnimationsEnabled) {
val transition = AutoTransition()
transition.duration = getAnimationDuration(R.integer.config_tinyAnimTime)
transition.duration = getAnimationDuration(R.integer.config_shorterAnimTime)
TransitionManager.beginDelayedTransition(toolbar, transition)
}
if (isExpanded) {