1
0
mirror of https://github.com/etesync/android synced 2024-11-17 13:30:00 +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) {
info.type = CollectionInfo.Type.CALENDAR;
info.supportsVEVENT = true;
info.selected = true;
CreateCollectionFragment.newInstance(account, info).show(getSupportFragmentManager(), null);