From 37c2ad2f3314f42fa395c5c158731f2617a2baf6 Mon Sep 17 00:00:00 2001 From: Pavel Date: Mon, 3 Jun 2019 10:12:00 +0200 Subject: [PATCH] [IP-580] [Ultimate Protection] is OFF at app start --- Cliqz/Upgrade&Payment/Cotroller/SubscriptionController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {