diff options
| -rw-r--r-- | packages/SystemUI/aconfig/systemui.aconfig | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig index 6af98b8ad4e8..3541742e2bb7 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -1829,3 +1829,10 @@ flag {      description: "Adds a shortcut button to lockscreen to show glanceable hub."      bug: "378173531"  } + +flag { +    name: "spatial_model_launcher_pushback" +    namespace: "systemui" +    description: "Implement the depth push scaling effect on Launcher when users pull down shade." +    bug: "370562309" +}  |