1
0
mirror of https://github.com/etesync/android synced 2024-12-23 15:18:14 +00:00

Fix newly created Calendars to actually work.

This commit is contained in:
Tom Hacohen 2017-02-16 13:34:58 +00:00
parent c33bc0ee19
commit a50eb87162

View File

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