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

Commit 164497d6 authored by Michael Jurka's avatar Michael Jurka Committed by Android Git Automerger
Browse files

am 39c65262: Merge "Add NPE check to fix crash in Recents" into jb-mr1-dev

* commit '39c65262':
  Add NPE check to fix crash in Recents
parents 55fb1ab5 39c65262
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -386,7 +386,9 @@ public class RecentTasksLoader implements View.OnTouchListener {
            item = createTaskDescription(recentInfo.id,
                    recentInfo.persistentId, recentInfo.baseIntent,
                    recentInfo.origActivity, recentInfo.description);
            if (item != null) {
                loadThumbnailAndIcon(item);
            }
            return item;
        }
        return null;