Clear selected when you close.

pull/14/head
Tim Su 17 years ago
parent 906c9fb353
commit 4a40d7a4aa

@ -151,6 +151,9 @@ public class TaskListSubActivity extends SubActivity {
// process task that's selected, if any
if(variables != null && variables.containsKey(LOAD_INSTANCE_TOKEN)) {
selectedTaskId = variables.getLong(LOAD_INSTANCE_TOKEN);
} else {
selectedTaskId = null;
selectedTask = null;
}
setupUIComponents();

Loading…
Cancel
Save