diff options
author | 2024-03-04 20:28:04 -0800 | |
---|---|---|
committer | 2024-09-25 19:02:30 -0700 | |
commit | 1ad19a6f6b7dab69c7287795bbbb18dcfa602780 (patch) | |
tree | 8716b2cd7b2e7848f6bb6307af8c9da3671767cb /aconfig | |
parent | 85a8875b828c5e30418f66b9d681767ad87073f2 (diff) |
Fix keyboard naviagation for the nested preview scrolling
NestedScrollView is copied into the project from the prebuilt sources
and trivially refactored (the differerence is saved in
NestedScrollView.java.patch file).
ChooserNestedScrollView extends the copied NestedScrollView and disabled
scolling to the child that requests focus.
Bug: 325259478
Test: attach keboard and test that keyboard navigation is working
Flag: com.android.intentresolver.keyboard_navigation_fix
Change-Id: I759f3a21aad9197148df31c55ed1534021072bd9
Diffstat (limited to 'aconfig')
-rw-r--r-- | aconfig/FeatureFlags.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/aconfig/FeatureFlags.aconfig b/aconfig/FeatureFlags.aconfig index 8396bc24..c8ad2126 100644 --- a/aconfig/FeatureFlags.aconfig +++ b/aconfig/FeatureFlags.aconfig @@ -97,6 +97,16 @@ flag { } flag { + name: "keyboard_navigation_fix" + namespace: "intentresolver" + description: "Enable Chooser keyboard navigation bugfix" + bug: "325259478" + metadata { + purpose: PURPOSE_BUGFIX + } +} + +flag { name: "preview_image_loader" namespace: "intentresolver" description: "Use the unified preview image loader for all preview variations; support variable preview sizes." |