Fixed a bug where GCalControlSet might not be initialized correctly

pull/14/head
Sam Bosley 13 years ago
parent 4d1f009aef
commit dff4275e06

@ -62,6 +62,7 @@ public class GCalControlSet extends PopupControlSet {
DependencyInjectionService.getInstance().inject(this);
this.title = title;
calendars = Calendars.getCalendars();
getView(); // Hack to force initialized
}
@Override

Loading…
Cancel
Save