Don't lazy load hide until control set--doing so messes up hide until when date changes

pull/14/head
Sam Bosley 13 years ago
parent 42387eea5b
commit ba4a28723c

@ -538,6 +538,9 @@ ViewPager.OnPageChangeListener, EditNoteActivity.UpdatesChangedListener {
controls.add(hideUntilControls);
reminderControl.addViewToBody(hideUntilControls.getDisplayView());
// TODO: Fix the fact that hideUntil doesn't update accordingly with date changes when lazy loaded. Until then, don't lazy load.
hideUntilControls.getView();
TimerControlSet timerControl = new TimerControlSet(getActivity(),
R.layout.control_set_timers,
R.layout.control_set_default_display,

Loading…
Cancel
Save