mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-11 17:27:42 +00:00
Fixed compilation issue
This commit is contained in:
@@ -106,6 +106,7 @@ class IP2Country internal constructor(
|
||||
|
||||
private fun populateCacheIfNeeded() {
|
||||
GlobalScope.launch {
|
||||
val start = System.currentTimeMillis()
|
||||
OnionRequestAPI.paths.iterator().forEach { path ->
|
||||
path.iterator().forEach { snode ->
|
||||
cacheCountryForIP(snode.ip) // Preload if needed
|
||||
|
Reference in New Issue
Block a user