Debug: direct calendar insert

This commit is contained in:
M66B
2023-03-15 09:19:20 +01:00
parent 134d3082d0
commit 1355a54349
3 changed files with 74 additions and 0 deletions

View File

@@ -4045,6 +4045,9 @@ 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);