summaryrefslogtreecommitdiff
path: root/aconfig
diff options
context:
space:
mode:
author Andrey Yepin <ayepin@google.com> 2024-07-22 18:59:10 -0700
committer Andrey Yepin <ayepin@google.com> 2024-07-22 18:59:10 -0700
commita7b90069598ad145a0a2a33a83af23122433a045 (patch)
treeeab80cd3a93be3bddc0630e8ae7ce9930c0c3f4e /aconfig
parent8cec6eefb3607d8ba666ffdecb833792efa3672b (diff)
Fix drawer offset calculation when rotating from a non-initial profile
Fix: 344057117 Test: manual testing Flag: com.android.intentresolver.fix_drawer_offset_on_config_change Change-Id: I0fb633b02299c0a4845bfa09bbbb234915ccb487
Diffstat (limited to 'aconfig')
-rw-r--r--aconfig/FeatureFlags.aconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/aconfig/FeatureFlags.aconfig b/aconfig/FeatureFlags.aconfig
index 87ae2f1d..df1f0030 100644
--- a/aconfig/FeatureFlags.aconfig
+++ b/aconfig/FeatureFlags.aconfig
@@ -37,6 +37,16 @@ flag {
}
flag {
+ name: "fix_drawer_offset_on_config_change"
+ namespace: "intentresolver"
+ description: "Fix drawer offset calculation after rotating when in a non-initial tab"
+ bug: "344057117"
+ metadata {
+ purpose: PURPOSE_BUGFIX
+ }
+}
+
+flag {
name: "fix_empty_state_padding"
namespace: "intentresolver"
description: "Always apply systemBar window insets regardless of profiles present"