Merge "Use current label for Sharing Shortcuts in Sharesheet" into rvc-dev

This commit is contained in:
Mike Digman
2020-05-26 15:46:44 +00:00
committed by Android (Google) Code Review

View File

@@ -2147,8 +2147,7 @@ public class ChooserActivity extends ResolverActivity implements
extras.putString(Intent.EXTRA_SHORTCUT_ID, shortcutInfo.getId());
ChooserTarget chooserTarget = new ChooserTarget(
shortcutInfo.getLongLabel() != null ? shortcutInfo.getLongLabel()
: shortcutInfo.getShortLabel(),
shortcutInfo.getLabel(),
null, // Icon will be loaded later if this target is selected to be shown.
score, matchingShortcuts.get(i).getTargetComponent().clone(), extras);