|
@@ -129,7 +129,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
|
|
|
|
|
|
func applicationWillEnterForeground(_: UIApplication) {
|
|
func applicationWillEnterForeground(_: UIApplication) {
|
|
logger.info("---- foreground ----")
|
|
logger.info("---- foreground ----")
|
|
- logger.debug("---- UNUserNotificationCenter.delegate: \(UNUserNotificationCenter.current().delegate)---- ")
|
|
|
|
appIsInForeground = true
|
|
appIsInForeground = true
|
|
dcContext.maybeStartIo()
|
|
dcContext.maybeStartIo()
|
|
if reachability.connection != .none {
|
|
if reachability.connection != .none {
|