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

Commit c2a32dd7 authored by Martijn Coenen's avatar Martijn Coenen Committed by Android (Google) Code Review
Browse files

Merge "Fix NPE in TaskRecord."

parents f4061618 d4a69704
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -131,8 +131,8 @@ final class TaskRecord extends ThumbnailHolder {
        taskId = _taskId;
        voiceSession = _voiceSession;
        voiceInteractor = _voiceInteractor;
        setIntent(_intent, info);
        mActivities = new ArrayList<ActivityRecord>();
        setIntent(_intent, info);
    }

    TaskRecord(ActivityManagerService service, int _taskId, Intent _intent, Intent _affinityIntent,