Pick rating event count back from Core

This commit is contained in:
Davide De Rosa 2019-09-05 17:56:56 +02:00
parent a8a8cdd027
commit f0188a0a5c
2 changed files with 2 additions and 2 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit a2f69fd74862b84a2c50fea0ba7e8944488b0481
Subproject commit d30b99b57f896f3a77ac7e5fb833405c5d386664