Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3699637c authored by Tracy Zhou's avatar Tracy Zhou
Browse files

Add a flag for the spatial model app pushback effect

Flag: EXEMPT adding new flag
Bug: 370560660
Test: N/A
Change-Id: I622d55498e25130b38a68ca9a4b8c1d0235f1b9f
parent 5e9b7e14
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1863,3 +1863,10 @@ flag {
    description: "Implement the depth push scaling effect on Launcher when users pull down shade."
    bug: "370562309"
}

flag {
    name: "spatial_model_app_pushback"
    namespace: "systemui"
    description: "Implement the depth push scaling effect on the current app when users pull down shade."
    bug: "370560660"
}