From 9d79181d3d526435c4462d081f04ac0a67cef98c Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Mon, 24 Mar 2025 10:18:41 +1100 Subject: [PATCH] Removed an unneeded comment --- Session/Meta/AppDelegate.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/Session/Meta/AppDelegate.swift b/Session/Meta/AppDelegate.swift index 0dfefa7c5..790061d03 100644 --- a/Session/Meta/AppDelegate.swift +++ b/Session/Meta/AppDelegate.swift @@ -786,9 +786,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD /// On application startup the `Storage.read` can be slightly slow while GRDB spins up it's database /// read pools (up to a few seconds), since this read is blocking we want to dispatch it to run async to ensure /// we don't block user interaction while it's running - /// - /// **Note:** Only do this if the database is still valid and not suspended (otherwise we will just reset the badge - /// number incorrectly) DispatchQueue.global(qos: .default).async { guard let unreadCount: Int = dependencies[singleton: .storage].read({ db in try