From 7f4a8e2068b2f8b2c54355e966592b5e9cf214e7 Mon Sep 17 00:00:00 2001 From: Govinda Wasserman Date: Fri, 7 Feb 2025 11:54:55 -0500 Subject: Add tap to scroll support to Shareousel Taps on the left or right edge of the scroll region will scroll in that direction. Test: manual test using ShareTest BUG: 384656926 Flag: com.android.intentresolver.shareousel_tap_to_scroll Change-Id: Ie0ebec58303577f56be8b28b4869c0ef9df3e3b8 --- aconfig/FeatureFlags.aconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'aconfig') diff --git a/aconfig/FeatureFlags.aconfig b/aconfig/FeatureFlags.aconfig index d49864e5..3402cc31 100644 --- a/aconfig/FeatureFlags.aconfig +++ b/aconfig/FeatureFlags.aconfig @@ -126,3 +126,10 @@ flag { description: "Whether to shrink Shareousel items when they are selected." bug: "361792274" } + +flag { + name: "shareousel_tap_to_scroll" + namespace: "intentresolver" + description: "Whether to enable tap to scroll." + bug: "384656926" +} -- cgit v1.2.3-59-g8ed1b