You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
App crashes immediately if you try to addEvent with reminder.
For ex - If I try to add an event with reminder of 10 minutes before the event, it immediately crashes.
Here is the crashlog from Android. Please note that it doesn't crash in other devices.
AndroidRuntime E FATAL EXCEPTION: Thread-19
android.database.sqlite.SQLiteException
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:186)
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:142)
at android.content.ContentProviderProxy.insert(ContentProviderNative.java:589)
at android.content.ContentResolver.insert(ContentResolver.java:2209)
at android.content.ContentResolver.insert(ContentResolver.java:2171)
at com.calendarevents.RNCalendarEvents.createRemindersForEvent(RNCalendarEvents.java:880)
at com.calendarevents.RNCalendarEvents.addEvent(RNCalendarEvents.java:718)
at com.calendarevents.RNCalendarEvents.-$$Nest$maddEvent(Unknown Source:0)
at com.calendarevents.RNCalendarEvents$4.run(RNCalendarEvents.java:1327)
at java.lang.Thread.run(Thread.java:1012)
App crashes immediately if you try to
addEvent
with reminder.For ex - If I try to add an event with reminder of 10 minutes before the event, it immediately crashes.
Here is the crashlog from Android. Please note that it doesn't crash in other devices.
Sample JS code:
The text was updated successfully, but these errors were encountered: