Skip to content

Commit

Permalink
Update android/modules/calendar/src/java/ti/modules/titanium/calendar…
Browse files Browse the repository at this point in the history
…/CalendarProxy.java

Co-authored-by: Michael Gangolf <m1ga@users.noreply.github.com>
  • Loading branch information
prashantsaini1 and m1ga authored Dec 4, 2024
1 parent ec3fc05 commit d301d6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public EventProxy[] createEvents(Object data)
// Necessary to keep track of non-null items later.
if (contentValues == null) {
eventProxies.add(null);
Log.e(TAG, "Title was not created, no title found for event");
Log.e(TAG, "Event was not created, no title found for event");
continue;
}

Expand Down

0 comments on commit d301d6e

Please sign in to comment.