mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Auto storing invitations is a pro feature
This commit is contained in:
@@ -1868,7 +1868,7 @@ public class FragmentAccount extends FragmentBase {
|
||||
break;
|
||||
case REQUEST_CALENDAR:
|
||||
if (resultCode == RESULT_OK && data != null) {
|
||||
if (ActivityBilling.isPro(getContext()) || true) {
|
||||
if (ActivityBilling.isPro(getContext())) {
|
||||
Bundle args = data.getBundleExtra("args");
|
||||
calendar = args.getString("account");
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user