mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-24 02:46:50 +01:00
Fix CalendarEvent constructor due to rebase
This commit is contained in:
parent
f3aaeb5216
commit
e65d847835
@ -224,6 +224,9 @@ public class CalendarManager {
|
|||||||
mContext.getString(R.string.pref_contacts_title),
|
mContext.getString(R.string.pref_contacts_title),
|
||||||
0,
|
0,
|
||||||
true,
|
true,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
null
|
null
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user