mirror of
https://github.com/etesync/android
synced 2025-05-08 18:08:53 +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) {
|
if (ok) {
|
||||||
info.type = CollectionInfo.Type.CALENDAR;
|
info.type = CollectionInfo.Type.CALENDAR;
|
||||||
|
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