Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8fa8ea8b authored by Mike Digman's avatar Mike Digman Committed by Automerger Merge Worker
Browse files

Merge "Use current label for Sharing Shortcuts in Sharesheet" into rvc-dev am: 9a4ec16d

Change-Id: I57ed05e511cfc5717888fca64a66a75b4c114c83
parents 10e8e721 9a4ec16d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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);