diff options
| -rw-r--r-- | libs/WindowManager/Shell/aconfig/multitasking.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/WindowManager/Shell/aconfig/multitasking.aconfig b/libs/WindowManager/Shell/aconfig/multitasking.aconfig index 9a66c0fa9eb9..0967f4e83c74 100644 --- a/libs/WindowManager/Shell/aconfig/multitasking.aconfig +++ b/libs/WindowManager/Shell/aconfig/multitasking.aconfig @@ -64,3 +64,10 @@ flag { description: "Enables the new bubble bar UI for tablets" bug: "286246694" } + +flag { + name: "enable_bubbles_long_press_nav_handle" + namespace: "multitasking" + description: "Enables long-press action for nav handle when a bubble is expanded" + bug: "324910035" +} |