mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 23:56:07 +02:00
Added calendar pro link
This commit is contained in:
@@ -3626,7 +3626,7 @@ public class MessageHelper {
|
||||
if ("message/rfc822".equals(local.type))
|
||||
decodeRfc822(context, local);
|
||||
|
||||
else if ("text/calendar".equals(local.type))
|
||||
else if ("text/calendar".equals(local.type) && ActivityBilling.isPro(context))
|
||||
decodeICalendar(context, local);
|
||||
|
||||
else if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && local.isCompressed()) {
|
||||
|
||||
Reference in New Issue
Block a user