I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit a7767460 authored by str4d's avatar str4d
Browse files

Restore checked status

parent 9a2382d8
No related branches found
No related tags found
No related merge requests found
...@@ -66,6 +66,7 @@ public class SingleBooleanFragment extends Fragment { ...@@ -66,6 +66,7 @@ public class SingleBooleanFragment extends Fragment {
((TextView) rootView.findViewById(R.id.wizard_text_field_desc)).setText(mPage.getDesc()); ((TextView) rootView.findViewById(R.id.wizard_text_field_desc)).setText(mPage.getDesc());
mCheckBox = ((CheckBox) rootView.findViewById(R.id.wizard_check_box)); mCheckBox = ((CheckBox) rootView.findViewById(R.id.wizard_check_box));
mCheckBox.setChecked(mPage.getData().getBoolean(Page.SIMPLE_DATA_KEY));
if (mPage.getLabel() != null) if (mPage.getLabel() != null)
mCheckBox.setText(mPage.getLabel()); mCheckBox.setText(mPage.getLabel());
return rootView; return rootView;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment