mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-21 15:22:06 +00:00
Pick rating event count back from Core
This commit is contained in:
parent
a8a8cdd027
commit
f0188a0a5c
@ -40,7 +40,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UISplitViewControllerDele
|
|||||||
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
|
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
|
||||||
InfrastructureFactory.shared.loadCache()
|
InfrastructureFactory.shared.loadCache()
|
||||||
Theme.current.applyAppearance()
|
Theme.current.applyAppearance()
|
||||||
Reviewer.shared.eventCountBeforeRating = 3
|
Reviewer.shared.eventCountBeforeRating = AppConstants.Rating.eventCount
|
||||||
|
|
||||||
// Override point for customization after application launch.
|
// Override point for customization after application launch.
|
||||||
let splitViewController = window!.rootViewController as! UISplitViewController
|
let splitViewController = window!.rootViewController as! UISplitViewController
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit a2f69fd74862b84a2c50fea0ba7e8944488b0481
|
Subproject commit d30b99b57f896f3a77ac7e5fb833405c5d386664
|
Loading…
Reference in New Issue
Block a user