From 003c0cb9bd153cf3689b3c80cfd2228f351c716d Mon Sep 17 00:00:00 2001 From: Mark Renouf Date: Mon, 6 May 2024 19:22:09 +0000 Subject: Correct flag type Change-Id: I6416928fe2bd5531b67e53b4403f1213d832282d --- aconfig/FeatureFlags.aconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'aconfig') diff --git a/aconfig/FeatureFlags.aconfig b/aconfig/FeatureFlags.aconfig index cdf9eb29..a102328a 100644 --- a/aconfig/FeatureFlags.aconfig +++ b/aconfig/FeatureFlags.aconfig @@ -60,6 +60,16 @@ flag { 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_private_space_locked_on_restart" namespace: "intentresolver" -- cgit v1.2.3-59-g8ed1b