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

Commit 36bf5d6f authored by Vadim Tryshev's avatar Vadim Tryshev
Browse files

Enable creating task shortcuts without inheriting

Bug: 117888000
Test: manual test with a prototype
Change-Id: Ib7edab875c18b60cafc912325bd4e1fa0b7f515c
parent dea57998
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;
    }