mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Warning cleanup in TrackDownloadActivity
This commit is contained in:
parent
35915b1100
commit
5a3e212c2b
@ -162,10 +162,9 @@ class TrackDownloadActivity: BaseActivity() {
|
||||
catch (ex: Exception) {
|
||||
/* move on... */
|
||||
}
|
||||
finally {
|
||||
synchronized (mutex) {
|
||||
pendingCall = null
|
||||
}
|
||||
|
||||
synchronized (mutex) {
|
||||
pendingCall = null
|
||||
response.close()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user