From bdfdad19bbbf84c4f4b17e0dc04b8c25168fb97f Mon Sep 17 00:00:00 2001 From: Mark Renouf Date: Mon, 9 Dec 2024 13:56:20 -0500 Subject: 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 --- aconfig/FeatureFlags.aconfig | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'aconfig/FeatureFlags.aconfig') diff --git a/aconfig/FeatureFlags.aconfig b/aconfig/FeatureFlags.aconfig index dfe1bb2d..2a526875 100644 --- a/aconfig/FeatureFlags.aconfig +++ b/aconfig/FeatureFlags.aconfig @@ -35,23 +35,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" -- cgit v1.2.3-59-g8ed1b