mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-20 04:39:04 +00:00
Set habit buttons to true as default
This commit is contained in:
parent
1a414e6b2e
commit
50f03b14b3
1 changed files with 2 additions and 0 deletions
|
|
@ -91,7 +91,9 @@ public class TaskFormActivity extends AppCompatActivity implements AdapterView.O
|
|||
mainWrapper.removeView(checklistLayout);
|
||||
|
||||
positiveCheckBox = (CheckBox) findViewById(R.id.task_positive_checkbox);
|
||||
positiveCheckBox.setChecked(true);
|
||||
negativeCheckBox = (CheckBox) findViewById(R.id.task_negative_checkbox);
|
||||
negativeCheckBox.setChecked(true);
|
||||
} else {
|
||||
LinearLayout actionsLayout = (LinearLayout) findViewById(R.id.task_actions_wrapper);
|
||||
mainWrapper.removeView(actionsLayout);
|
||||
|
|
|
|||
Loading…
Reference in a new issue