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

[IP-580] [Ultimate Protection] is OFF at app start

  • Loading branch information
Pavel committed Jun 3, 2019
1 parent 17396d4 commit 37c2ad2f3314f42fa395c5c158731f2617a2baf6
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 37c2ad2

Please sign in to comment.