From dec71de5c16b97cdb8bb4c30c7bdf52dc9bee76c Mon Sep 17 00:00:00 2001 From: Jiwoong CHOI Date: Wed, 25 Sep 2024 18:49:56 +0900 Subject: [PATCH] =?UTF-8?q?[#121]=20=EC=95=B1=EC=8A=A4=ED=86=A0=EC=96=B4?= =?UTF-8?q?=20=EC=9D=B8=EC=95=B1=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8=20?= =?UTF-8?q?=ED=98=B8=EC=B6=9C=20=EB=A9=94=EC=86=8C=EB=93=9C=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EATSSU_MVC/Sources/Utility/Application/SceneDelegate.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/EATSSU_MVC/EATSSU_MVC/Sources/Utility/Application/SceneDelegate.swift b/EATSSU_MVC/EATSSU_MVC/Sources/Utility/Application/SceneDelegate.swift index 903f1510..629129da 100644 --- a/EATSSU_MVC/EATSSU_MVC/Sources/Utility/Application/SceneDelegate.swift +++ b/EATSSU_MVC/EATSSU_MVC/Sources/Utility/Application/SceneDelegate.swift @@ -24,7 +24,6 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate { func sceneWillEnterForeground(_ scene: UIScene) { // Called as the scene transitions from the background to the foreground. // Use this method to undo the changes made on entering the background. - self.checkAndUpdateIfNeeded() } func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {