1
0
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:
José Rebelo 2024-09-27 23:51:58 +01:00
parent f3aaeb5216
commit e65d847835

View File

@ -224,6 +224,9 @@ public class CalendarManager {
mContext.getString(R.string.pref_contacts_title),
0,
true,
null,
null,
null,
null
));
}