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

Commit 1d222f9e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "fix the issue now playing shortcut cannot be dragged" into ub-launcher3-master

parents 137f5b62 c3c5292a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -335,8 +335,8 @@ public final class WellbeingModel {
     * Shortcut factory for generating wellbeing action
     */
    public static final SystemShortcut.Factory SHORTCUT_FACTORY = (activity, info) ->
            WellbeingModel.get(activity).getShortcutForApp(
                    info.getTargetComponent().getPackageName(),
                    info.user.getIdentifier(),
            (info.getTargetComponent() == null) ? null : WellbeingModel.get(activity)
                    .getShortcutForApp(
                            info.getTargetComponent().getPackageName(), info.user.getIdentifier(),
                            activity, info);
}