Warning cleanup in TrackDownloadActivity

This commit is contained in:
casey langen 2022-07-23 22:36:38 -07:00
parent 35915b1100
commit 5a3e212c2b

View File

@ -162,10 +162,9 @@ class TrackDownloadActivity: BaseActivity() {
catch (ex: Exception) {
/* move on... */
}
finally {
synchronized (mutex) {
pendingCall = null
}
synchronized (mutex) {
pendingCall = null
response.close()
}