Direct insert of events when permission

This commit is contained in:
M66B
2023-03-15 10:56:43 +01:00
parent 00e9266a21
commit 20fa949297
4 changed files with 21 additions and 16 deletions

View File

@@ -4045,9 +4045,6 @@ public class MessageHelper {
}
private void decodeICalendar(Context context, EntityAttachment local) {
if (BuildConfig.DEBUG)
return;
DB db = DB.getInstance(context);
try {
boolean permission = Helper.hasPermission(context, Manifest.permission.WRITE_CALENDAR);