mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-19 00:39:17 +01:00
MangaCoverFetcher: Don't close network response (#6882)
This commit is contained in:
parent
ed9fdf49e2
commit
2466a079d5
@ -119,8 +119,6 @@ class MangaCoverFetcher(
|
|||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
responseBody.closeQuietly()
|
responseBody.closeQuietly()
|
||||||
throw e
|
throw e
|
||||||
} finally {
|
|
||||||
response.close()
|
|
||||||
}
|
}
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
snapshot?.closeQuietly()
|
snapshot?.closeQuietly()
|
||||||
|
Loading…
Reference in New Issue
Block a user