diff options
| author | 2024-03-04 15:58:20 +0000 | |
|---|---|---|
| committer | 2024-03-04 16:00:52 +0000 | |
| commit | c8e774af84774cfb17ece75c9fc3de9786a0e995 (patch) | |
| tree | 7868c0f6565c90772b473ef399d8ca6564150823 | |
| parent | 64180d2936a6c76de7a6ef466b77f16e55470b00 (diff) | |
Remove NSSL migration flag
It is no longer used in code
Fixes: 327656010
Test: compile and run atest
Flag: N/A
Change-Id: Idd76ecc6652fe7481b0107057c1357375946de42
| -rw-r--r-- | packages/SystemUI/aconfig/systemui.aconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig index 8c8975fdbdd5..941ff673b36d 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -194,14 +194,6 @@ flag { } flag { - name: "keyguard_shade_migration_nssl" - namespace: "systemui" - description: "Moves NSSL into a shared element between the notification_panel and " - "keyguard_root_view." - bug: "278054201" -} - -flag { name: "unfold_animation_background_progress" namespace: "systemui" description: "Moves unfold animation progress calculation to a background thread" |