mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-29 18:27:18 +00:00
[#40] Add button for adding new checklist.
This commit is contained in:
parent
813674a328
commit
6f097f41f4
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ public class TaskFormActivity extends AppCompatActivity implements AdapterView.O
|
|||
public void onClick(View v) {
|
||||
String checklist = newCheckListEditText.getText().toString();
|
||||
task.getChecklist().add(new ChecklistItem(checklist));
|
||||
// EventBus.getDefault().post(task);
|
||||
EventBus.getDefault().post(task);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue