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 5dd1b1a commit ec3fc05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ public int deleteEvents(Object args)

// Check for permissions.
ContentResolver contentResolver = TiApplication.getInstance().getContentResolver();
if (!CalendarProxy.hasCalendarPermissions()) {
if (!hasCalendarPermissions()) {
Log.e(TAG, "Calendar permissions are missing.");
return deletedCount;
}
Expand Down

0 comments on commit ec3fc05

Please sign in to comment.