Fixed a FC when scrolling fast through the artist list.

This commit is contained in:
Karim Abou Zeid 2016-01-07 14:43:55 +01:00
commit 1987bedaba

View file

@ -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
}
}
}
}