From 6d3ad6820d577e1b13aa69e3b59dcca6c61f6556 Mon Sep 17 00:00:00 2001 From: Ikram Gabiyev Date: Tue, 3 Jan 2023 19:37:58 +0000 Subject: [PATCH] Turn off filter ui if flag is off Fix a bug in a condition determining when to show filter ui for a certain taskview, making sure that the ui is off when the feature flag for multi-instance is off. Test: reproduced the steps laid out in the bug Bug: 264218764 Change-Id: Ie745789ad834d56b79de47e5196737eb08b081fa --- quickstep/res/layout/task.xml | 4 +++- quickstep/res/layout/task_grouped.xml | 8 ++++++-- quickstep/src/com/android/quickstep/views/TaskView.java | 6 ++++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/quickstep/res/layout/task.xml b/quickstep/res/layout/task.xml index 02a439d5b0..bd11c1ef05 100644 --- a/quickstep/res/layout/task.xml +++ b/quickstep/res/layout/task.xml @@ -28,12 +28,14 @@ android:layout_width="match_parent" android:layout_height="match_parent"/> + + +