Fix newly created Calendars to actually work.

pull/2/head
Tom Hacohen 8 years ago
parent c33bc0ee19
commit a50eb87162

@ -123,6 +123,7 @@ public class CreateCalendarActivity extends AppCompatActivity {
if (ok) {
info.type = CollectionInfo.Type.CALENDAR;
info.supportsVEVENT = true;
info.selected = true;
CreateCollectionFragment.newInstance(account, info).show(getSupportFragmentManager(), null);

Loading…
Cancel
Save