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:
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…
Reference in New Issue
Block a user