diff --git a/Cliqz/Upgrade&Payment/Cotroller/SubscriptionController.swift b/Cliqz/Upgrade&Payment/Cotroller/SubscriptionController.swift index 8ab2d860c..1723e93ee 100644 --- a/Cliqz/Upgrade&Payment/Cotroller/SubscriptionController.swift +++ b/Cliqz/Upgrade&Payment/Cotroller/SubscriptionController.swift @@ -45,8 +45,8 @@ public class SubscriptionController { if getTrialRemainingDays() == nil { saveTrialRemainingDays(TrialPeriod) } - self.disableProtectionIfNotAllowedByLicense() self.initializeSupportedProducts() + self.disableProtectionIfNotAllowedByLicense() } func saveTrialRemainingDays(_ remainingDays: Int) {