Added calendar pro link

This commit is contained in:
M66B
2022-11-03 07:59:25 +01:00
parent 4ef4d902cd
commit a6acc96ca8
6 changed files with 40 additions and 10 deletions

View File

@@ -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()) {