Loading packages/SystemUI/src/com/android/systemui/recent/RecentTasksLoader.java +3 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
packages/SystemUI/src/com/android/systemui/recent/RecentTasksLoader.java +3 −1 Original line number Diff line number Diff line Loading @@ -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; Loading