From 32773a08eb11d286682ca8cad41171ce804f1631 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Wed, 31 May 2023 15:39:59 +0200 Subject: Works --- CCCB Display/AppDelegate.swift | 1 + 1 file changed, 1 insertion(+) (limited to 'CCCB Display/AppDelegate.swift') 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 { func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { // Override point for customization after application launch. + UIApplication.shared.isIdleTimerDisabled = true return true } -- cgit v1.2.3