diff options
Diffstat (limited to 'CCCB Display/AppDelegate.swift')
-rw-r--r-- | CCCB Display/AppDelegate.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CCCB Display/AppDelegate.swift b/CCCB Display/AppDelegate.swift index 8639c64..a3e61dc 100644 --- a/CCCB Display/AppDelegate.swift +++ b/CCCB Display/AppDelegate.swift | |||
@@ -14,6 +14,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { | |||
14 | 14 | ||
15 | func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { | 15 | func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { |
16 | // Override point for customization after application launch. | 16 | // Override point for customization after application launch. |
17 | UIApplication.shared.isIdleTimerDisabled = true | ||
17 | return true | 18 | return true |
18 | } | 19 | } |
19 | 20 | ||