diff options
| author | 2025-01-15 11:53:45 -0800 | |
|---|---|---|
| committer | 2025-01-15 11:53:45 -0800 | |
| commit | 3ca082822b018e84b8df31bcfc5cf0bffec117ed (patch) | |
| tree | 8da25457765987b1cc9eaa7829caf47f17a72206 | |
| parent | 8d03ce89967d7b1c13ed43b35a5d38b905346118 (diff) | |
| parent | 9a3ffe0262ce4fcb4fd58ce5d5f80e4fb63889a5 (diff) | |
Merge "Adding flag for magnetic notification swipes" into main
| -rw-r--r-- | packages/SystemUI/aconfig/systemui.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig index 2d68ab8ff451..9531bc38e797 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -1930,3 +1930,13 @@ flag { purpose: PURPOSE_BUGFIX } } + +flag { + name: "magnetic_notification_horizontal_swipe" + namespace: "systemui" + description: "Add support for magnetic behavior on horizontal notification swipes." + bug: "390179908" + metadata { + purpose: PURPOSE_BUGFIX + } +} |