Skip to content

Commit

Permalink
do not disconnect connection
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed Mar 26, 2023
1 parent 516caed commit 817a208
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
applicationId "org.blitzortung.android.app"
minSdkVersion 15
targetSdkVersion 33
versionCode 285
versionCode 286
versionName '2.1.12'
multiDexEnabled false
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ class HttpServiceClientDefault @Inject constructor(
inputStream = GZIPInputStream(inputStream)
}
}
connection.disconnect()

return InputStreamReader(inputStream, "UTF-8").use { it.readText() }
}
Expand Down

0 comments on commit 817a208

Please sign in to comment.