Hidden file not found exception when trying to fetch the icons from gravatar
This commit is contained in:
parent
f03165f70a
commit
9f51893ed2
@ -10,6 +10,7 @@ import kotlinx.coroutines.Dispatchers
|
||||
import kotlinx.coroutines.sync.Semaphore
|
||||
import kotlinx.coroutines.withContext
|
||||
import org.jetbrains.skia.Image
|
||||
import java.io.FileNotFoundException
|
||||
import java.net.HttpURLConnection
|
||||
import java.net.URL
|
||||
|
||||
@ -33,6 +34,7 @@ object NetworkImageLoader {
|
||||
}
|
||||
|
||||
} catch (ex: Exception) {
|
||||
if(ex !is FileNotFoundException)
|
||||
ex.printStackTrace()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user