Move rating count to app

This commit is contained in:
Davide De Rosa 2019-08-16 18:49:51 +02:00
parent 4bc0f9f8c9
commit 9ed83e3d2a
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 = AppConstants.Rating.eventCount
Reviewer.shared.eventCountBeforeRating = 3
// Override point for customization after application launch.
let splitViewController = window!.rootViewController as! UISplitViewController

@ -1 +1 @@
Subproject commit ad06bffadfc44079051080c12619413cf368b207
Subproject commit b829b0c214a261423e62c5b8516b2b06d75ef249