Loading libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/viewholder/AppHandleViewHolder.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/viewholder/AppHandleViewHolder.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading