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

Commit 5393a660 authored by Neil Fuller's avatar Neil Fuller Committed by Android (Google) Code Review
Browse files

Merge "Fix a compilation error due to 1.8 type inference differences" into nyc-dev

parents 087ba400 3f351a4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ public class TaskStackHorizontalViewAdapter extends
    }

    public TaskStackHorizontalViewAdapter(List tasks) {
        mTaskList = new ArrayList<>(tasks);
        mTaskList = new ArrayList<Task>(tasks);
    }

    public void setNewStackTasks(List tasks) {