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

Commit 936b5230 authored by David van Tonder's avatar David van Tonder Committed by Gerrit Code Review
Browse files

Merge "CMFileManager: Fix invalid resource on create shortcut" into jellybean

parents a48778d1 46711895
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -265,7 +265,7 @@ public final class IntentsActionPolicy extends ActionsPolicy {
            String resid = MimeTypeHelper.getIcon(ctx, fso);
            int dwid =
                    ResourcesHelper.getIdentifier(
                            ctx.getResources(), "string", resid); //$NON-NLS-1$
                            ctx.getResources(), "drawable", resid); //$NON-NLS-1$

            // The intent to send to broadcast for register the shortcut intent
            Intent intent = new Intent();