summaryrefslogtreecommitdiff
path: root/aconfig
diff options
context:
space:
mode:
author Andrey Yepin <ayepin@google.com> 2024-12-12 10:28:25 -0800
committer Andrey Yepin <ayepin@google.com> 2024-12-12 10:28:25 -0800
commiteffd3e6c1bba8d5d5ce8047b9a1e455816fcd4b3 (patch)
tree457f791e63eb0e51f68da3f03f61a04b57f6216b /aconfig
parent5e8f80ab06c1a5b65a7b30f8f384ee81daad4b14 (diff)
A feature flag removal
Remove 24Q4-released 'fix_missing_drawer_offset_calculation' feature flag. Bug: 347316548 Test: presubmits Flag: EXEMPT flag removal Change-Id: Id03271034a81015d77b6bd4164073671feb50e9b
Diffstat (limited to 'aconfig')
-rw-r--r--aconfig/FeatureFlags.aconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/aconfig/FeatureFlags.aconfig b/aconfig/FeatureFlags.aconfig
index f4fc0630..d3dfbc4c 100644
--- a/aconfig/FeatureFlags.aconfig
+++ b/aconfig/FeatureFlags.aconfig
@@ -26,16 +26,6 @@ flag {
}
flag {
- name: "fix_missing_drawer_offset_calculation"
- namespace: "intentresolver"
- description: "Recalculate drawer offset upon the preview size change when the targets list remains unchanged"
- bug: "347316548"
- metadata {
- purpose: PURPOSE_BUGFIX
- }
-}
-
-flag {
name: "fix_shortcut_loader_job_leak"
namespace: "intentresolver"
description: "User a nested coroutine scope for shortcut loader instances"