From f722e4cb86f2280c2030d6693e8c7e3a263f926c Mon Sep 17 00:00:00 2001 From: Brian Isganitis Date: Thu, 7 Nov 2024 21:18:43 +0000 Subject: [PATCH] Add flag for layout transitions for Recent Apps in Taskbar. Change-Id: Ie5c9b5c9373ac289054f1c7f330106004ddc3de4 Flag: com.android.launcher3.taskbar_recents_layout_transition Bug: 343521765 Test: go/testedequals --- aconfig/launcher.aconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/aconfig/launcher.aconfig b/aconfig/launcher.aconfig index ee7e975de1..878aa6e5e9 100644 --- a/aconfig/launcher.aconfig +++ b/aconfig/launcher.aconfig @@ -519,4 +519,11 @@ flag { namespace: "launcher" description: "Enable MSDL feedback for Launcher interactions" bug: "377496684" +} + +flag { + name: "taskbar_recents_layout_transition" + namespace: "launcher" + description: "Enable Taskbar LayoutTransition for Recent Apps" + bug: "343521765" } \ No newline at end of file