Auto storing invitations is a pro feature

This commit is contained in:
M66B
2022-11-01 20:32:48 +01:00
parent 3021ef9715
commit 4a9fd7e923
2 changed files with 5 additions and 1 deletions

View File

@@ -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