mirror of
https://github.com/etesync/android
synced 2025-02-02 10:51:10 +00:00
Make new calendars selected by default.
This commit is contained in:
parent
119ae5b9fe
commit
36cefee30a
@ -108,6 +108,7 @@ public class CreateCalendarActivity extends AppCompatActivity {
|
||||
|
||||
if (ok) {
|
||||
info.type = CollectionInfo.Type.CALENDAR;
|
||||
info.selected = true;
|
||||
|
||||
CreateCollectionFragment.newInstance(account, info).show(getSupportFragmentManager(), null);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user