Fixed a FC when scrolling fast through the artist list.
This commit is contained in:
parent
002a505e27
commit
1987bedaba
1 changed files with 0 additions and 7 deletions
|
|
@ -81,12 +81,5 @@ public class ArtistImageFetcher implements DataFetcher<InputStream> {
|
|||
if (urlFetcher != null) {
|
||||
urlFetcher.cancel();
|
||||
}
|
||||
if (inputStream != null) {
|
||||
try {
|
||||
inputStream.close();
|
||||
} catch (IOException | IllegalStateException e) {
|
||||
// do nothing
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue