mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Debug: direct calendar insert
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user