1
0
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:
Tom Hacohen 2017-02-15 17:16:03 +00:00
parent 119ae5b9fe
commit 36cefee30a

View File

@ -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);
}