diff options
author | 2024-05-06 19:22:09 +0000 | |
---|---|---|
committer | 2024-05-07 16:10:30 +0000 | |
commit | 003c0cb9bd153cf3689b3c80cfd2228f351c716d (patch) | |
tree | 3b887db70fa24ac1e75b0db380e24489b1265b85 /aconfig | |
parent | 1ea03b7df47cc65646f4856e4a7a50c88d2a44c8 (diff) |
Correct flag type
Change-Id: I6416928fe2bd5531b67e53b4403f1213d832282d
Diffstat (limited to 'aconfig')
-rw-r--r-- | aconfig/FeatureFlags.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/aconfig/FeatureFlags.aconfig b/aconfig/FeatureFlags.aconfig index cdf9eb29..a102328a 100644 --- a/aconfig/FeatureFlags.aconfig +++ b/aconfig/FeatureFlags.aconfig @@ -61,6 +61,16 @@ flag { } 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_private_space_locked_on_restart" namespace: "intentresolver" description: "Dismiss Share sheet on restart if private space became locked while stopped" |