Loading packages/SystemUI/compose/core/src/com/android/compose/animation/ExpandableController.kt +2 −1 Original line number Diff line number Diff line Loading @@ -315,7 +315,8 @@ internal class ExpandableControllerImpl( } } override fun shouldAnimateExit(): Boolean = isComposed.value override fun shouldAnimateExit(): Boolean = isComposed.value && composeViewRoot.isAttachedToWindow && composeViewRoot.isShown override fun onExitAnimationCancelled() { isDialogShowing.value = false Loading Loading
packages/SystemUI/compose/core/src/com/android/compose/animation/ExpandableController.kt +2 −1 Original line number Diff line number Diff line Loading @@ -315,7 +315,8 @@ internal class ExpandableControllerImpl( } } override fun shouldAnimateExit(): Boolean = isComposed.value override fun shouldAnimateExit(): Boolean = isComposed.value && composeViewRoot.isAttachedToWindow && composeViewRoot.isShown override fun onExitAnimationCancelled() { isDialogShowing.value = false Loading