kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix for NPE with audio attachments.
rodzic
82df23dd41
commit
dec7fd4c8a
|
@ -71,6 +71,7 @@ public class AudioSlide extends Slide {
|
||||||
else
|
else
|
||||||
throw new IOException("Unable to query content type.");
|
throw new IOException("Unable to query content type.");
|
||||||
} finally {
|
} finally {
|
||||||
|
if (cursor != null)
|
||||||
cursor.close();
|
cursor.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue