diff options
author | 2024-12-09 13:56:20 -0500 | |
---|---|---|
committer | 2024-12-12 10:07:51 -0500 | |
commit | bdfdad19bbbf84c4f4b17e0dc04b8c25168fb97f (patch) | |
tree | 16e91c0a9f7f374472f7996b6f78142ba6bf6bea /aconfig/FeatureFlags.aconfig | |
parent | b6da9231e0725f3a8c21c1c67dc44e6303f96b52 (diff) |
Remove flag 'fix_empty_state_padding_bug'
And the other original (unused) flag without the '_bug' suffix.
Bug: 377522331
Flag: NONE released flag removal
Test: NONE no functional change
Change-Id: I6109a91a87c95681951cd254c0e470047c5b1741
Diffstat (limited to 'aconfig/FeatureFlags.aconfig')
-rw-r--r-- | aconfig/FeatureFlags.aconfig | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/aconfig/FeatureFlags.aconfig b/aconfig/FeatureFlags.aconfig index dfe1bb2d..2a526875 100644 --- a/aconfig/FeatureFlags.aconfig +++ b/aconfig/FeatureFlags.aconfig @@ -36,23 +36,6 @@ flag { } flag { - name: "fix_empty_state_padding" - namespace: "intentresolver" - description: "Always apply systemBar window insets regardless of profiles present" - bug: "338447666" -} - -flag { - name: "fix_empty_state_padding_bug" - namespace: "intentresolver" - description: "Always apply systemBar window insets regardless of profiles present" - bug: "338447666" - metadata { - purpose: PURPOSE_BUGFIX - } -} - -flag { name: "fix_missing_drawer_offset_calculation" namespace: "intentresolver" description: "Recalculate drawer offset upon the preview size change when the targets list remains unchanged" |