From f0188a0a5c11cac202f70352783ea8afa0fcec82 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Thu, 5 Sep 2019 17:56:56 +0200 Subject: [PATCH] Pick rating event count back from Core --- Passepartout-iOS/AppDelegate.swift | 2 +- Submodules/Core | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Passepartout-iOS/AppDelegate.swift b/Passepartout-iOS/AppDelegate.swift index 145ae319..316910b2 100644 --- a/Passepartout-iOS/AppDelegate.swift +++ b/Passepartout-iOS/AppDelegate.swift @@ -40,7 +40,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UISplitViewControllerDele func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { InfrastructureFactory.shared.loadCache() Theme.current.applyAppearance() - Reviewer.shared.eventCountBeforeRating = 3 + Reviewer.shared.eventCountBeforeRating = AppConstants.Rating.eventCount // Override point for customization after application launch. let splitViewController = window!.rootViewController as! UISplitViewController diff --git a/Submodules/Core b/Submodules/Core index a2f69fd7..d30b99b5 160000 --- a/Submodules/Core +++ b/Submodules/Core @@ -1 +1 @@ -Subproject commit a2f69fd74862b84a2c50fea0ba7e8944488b0481 +Subproject commit d30b99b57f896f3a77ac7e5fb833405c5d386664