diff options
author | 2024-08-12 10:53:47 -0700 | |
---|---|---|
committer | 2024-08-14 13:19:51 -0700 | |
commit | 6872117b988dbf42ab81f078c5c27f8182517d0a (patch) | |
tree | 512889372060fa21b1744e60dac3ab624321b4d5 /aconfig | |
parent | 5b228824718f5cae5113d5b6be70dc85f01619a6 (diff) |
Fix direct share row flashing upon Shareousel selection change.
Upon payload selection change, copy direct share targets into the new
adapters but keep the items disabled until the new set of shortcuts is
loaded. To have all targets updated at once, publish the caller-provided
targets together with the remaining direct shares.
Fix: 343300158
Test: manual testing: using the ShareTest app, launch the Shareousel
with a caller-provided targets and make the payload selection.
Flag: com.android.intentresolver.fix_shortcuts_flashing
Change-Id: Iff5ea6c892708daa9cca968a56a03aaaf80196f6
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 07ef198f..d6116c9a 100644 --- a/aconfig/FeatureFlags.aconfig +++ b/aconfig/FeatureFlags.aconfig @@ -87,6 +87,16 @@ flag { } flag { + name: "fix_shortcuts_flashing" + namespace: "intentresolver" + description: "Do not flash shortcuts on payload selection change" + bug: "343300158" + 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." |