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

Commit 96a36de9 authored by Maryam Dehaini's avatar Maryam Dehaini Committed by Android (Google) Code Review
Browse files

Merge "Remove app handle animation" into main

parents bf6e1bb6 64f6bceb
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 {