mirror of
https://github.com/mihonapp/mihon.git
synced 2025-07-14 11:45:11 +02:00
MangaCoverFetcher: Don't close network response (#6882)
This commit is contained in:
@ -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()
|
||||||
|
Reference in New Issue
Block a user