mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Adding to local calendar is free
This commit is contained in:
parent
91fb326cb2
commit
24a3883127
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue