pull/356/head
nielsandriesse 4 years ago
parent 2d6bf235d7
commit d5098de063

@ -143,8 +143,11 @@ final class HomeVC : BaseVC, UITableViewDataSource, UITableViewDelegate, NewConv
appDelegate.startPollerIfNeeded() appDelegate.startPollerIfNeeded()
appDelegate.startClosedGroupPollerIfNeeded() appDelegate.startClosedGroupPollerIfNeeded()
appDelegate.startOpenGroupPollersIfNeeded() appDelegate.startOpenGroupPollersIfNeeded()
// Do this only if we created a new Session ID, or if we already received the initial configuration message
if UserDefaults.standard[.hasSyncedInitialConfiguration] {
appDelegate.syncConfigurationIfNeeded() appDelegate.syncConfigurationIfNeeded()
} }
}
// Onion request path countries cache // Onion request path countries cache
DispatchQueue.global(qos: .utility).async { DispatchQueue.global(qos: .utility).async {
let _ = IP2Country.shared.populateCacheIfNeeded() let _ = IP2Country.shared.populateCacheIfNeeded()

Loading…
Cancel
Save