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
|
||||
throw new IOException("Unable to query content type.");
|
||||
} finally {
|
||||
if (cursor != null)
|
||||
cursor.close();
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue