Fixed bug w/ postpone.

pull/14/head
Tim Su 15 years ago
parent 57fa2678c0
commit d5488da201

@ -948,7 +948,7 @@ public class TaskListSubActivity extends SubActivity {
task.getHiddenUntil(), postponeMillis, false));
getTaskController().saveTask(task);
listAdapter.refreshItem(listView, item.getGroupId());
listAdapter.refreshItem(listView, taskArray.indexOf(task));
}
});
return true;

Loading…
Cancel
Save