Apply right animation style on closing translucent task
It should use R.anim.activity_translucent_close_exit instead of R.anim.task_close_exit. This is similar to I97c5220b9fe3fde33e1426c8fc2598410fad3735. Also ignore visibleIgnoringKeyguard when resolving FLAG_TRANSLUCENT for transition. Otherwise a closing opaque activity may be misjudged as translucent. This aligns the same behavior as legacy AppTransitionController#getTransitCompatType that only checks fillsParent(). Fix: 278786253 Test: TransitionTests Test: Close a translucent task. It should not be x-axis task animation. Change-Id: Idb3a78d00ece7b5ec0d3e2d4c2957f489c816b03
Loading
Please register or sign in to comment