MangaCoverFetcher: Don't close network response (#6882)
(cherry picked from commit 2466a079d56bb8dcfc97eb803c0d93082da76281)
This commit is contained in:
parent
9e78f4f0f1
commit
6a45a91a50
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue