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

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

Merge "Enable creating task shortcuts without inheriting" into ub-launcher3-master

parents 2f7110d6 36bf5d6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ public class TaskSystemShortcut<T extends SystemShortcut> extends SystemShortcut

    protected T mSystemShortcut;

    protected TaskSystemShortcut(T systemShortcut) {
    public TaskSystemShortcut(T systemShortcut) {
        super(systemShortcut);
        mSystemShortcut = systemShortcut;
    }