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:
parent
c33bc0ee19
commit
a50eb87162
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user