mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Direct insert of events when permission
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user