Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64f6bceb authored by Maryam Dehaini's avatar Maryam Dehaini
Browse files

Remove app handle animation

Animating app handle view when animating a visibility change has caused
a jank regression. This removes the animation until it can be moved to a
different thread.

Bug: 405251465
Test: enter and exit immersive
Flag: EXEMPT bugfix
Change-Id: Ie9802b5a676a02d781bfd744c9b7862a910c4385
parent aabcb05e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -260,7 +260,9 @@ class AppHandleViewHolder(
        ) {
            return
        }
        animator.animateVisibilityChange(v)
        // TODO(b/405251465): animate app handle visibility change after creation and animation are
        //  moved to a background thread.
        captionHandle.visibility = v
    }

    private fun getCaptionHandleBarColor(taskInfo: RunningTaskInfo): Int {