Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

Merge pull request #332 from pavel-cliqz/feature/IP-580

[IP-580] [Ultimate Protection] is OFF at app start
  • Loading branch information
dominik-schmidt committed Jun 3, 2019
2 parents 17396d4 + 37c2ad2 commit 6c5773eedb9845f302b24d04335799ec24d1e142
Showing with 1 addition and 1 deletion.
  1. +1 −1 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) {

0 comments on commit 6c5773e

Please sign in to comment.