From a22dc15249b593755c60f5e296d8ec58b573d72d Mon Sep 17 00:00:00 2001 From: Ryan Zhao Date: Mon, 4 Apr 2022 13:31:56 +1000 Subject: [PATCH] fix closed group poller unwrapping crash in background --- Session/Utilities/BackgroundPoller.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Session/Utilities/BackgroundPoller.swift b/Session/Utilities/BackgroundPoller.swift index ff31d0965..5d84d359c 100644 --- a/Session/Utilities/BackgroundPoller.swift +++ b/Session/Utilities/BackgroundPoller.swift @@ -3,7 +3,6 @@ import SessionSnodeKit @objc(LKBackgroundPoller) public final class BackgroundPoller : NSObject { - private static var closedGroupPoller: ClosedGroupPoller! private static var promises: [Promise] = [] private override init() { }