mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-12 12:03:17 +02:00
Adding to local calendar is free
This commit is contained in:
@@ -2335,7 +2335,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
}
|
||||
|
||||
private void onActionCalendar(TupleMessageEx message, int action, boolean share) {
|
||||
if (!ActivityBilling.isPro(context)) {
|
||||
if (action != R.id.ibCalendar && !ActivityBilling.isPro(context)) {
|
||||
context.startActivity(new Intent(context, ActivityBilling.class));
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user