diff options
author | 2024-08-12 15:12:52 -0400 | |
---|---|---|
committer | 2024-08-22 22:17:42 +0000 | |
commit | 96a5e64e1974814bb56885eb62b89c65cb347194 (patch) | |
tree | 56580c3928a2b1a51e913c6c354e78d6f35b0876 /aconfig | |
parent | b17731ccd84c8611bcd989d684eca6cb0b319cde (diff) |
Scroll partially offscreen items to be fully onscreen when toggled
Test: manual test using ShareTest
BUG: 351883537
FIX: 351883537
Flag: com.android.intentresolver.shareousel_scroll_offscreen_selections
Change-Id: Id9c7e31169bce11b722868338f87228c9450c9aa
Diffstat (limited to 'aconfig')
-rw-r--r-- | aconfig/FeatureFlags.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/aconfig/FeatureFlags.aconfig b/aconfig/FeatureFlags.aconfig index 6f7e75d5..8396bc24 100644 --- a/aconfig/FeatureFlags.aconfig +++ b/aconfig/FeatureFlags.aconfig @@ -116,3 +116,10 @@ flag { description: "Allow toggling of final Shareousel item" bug: "349468879" } + +flag { + name: "shareousel_scroll_offscreen_selections" + namespace: "intentresolver" + description: "Whether to scroll items onscreen when they are partially offscreen and selected/unselected." + bug: "351883537" +} |