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

Commit fef0af8b authored by Ben Lin's avatar Ben Lin Committed by Android (Google) Code Review
Browse files

Merge "Fix a visibility issue in App Handle w/ Immersive." into main

parents c3e1602f 1fcc7bb5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -274,7 +274,7 @@ class AppHandleViewHolder(
        }
        // TODO(b/405251465): animate app handle visibility change after creation and animation are
        //  moved to a background thread.
        captionHandle.visibility = v
        captionView.visibility = v
    }

    private fun getCaptionHandleBarColor(taskInfo: RunningTaskInfo): Int {