mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-25 01:07:47 +00:00
Fix for NPE with audio attachments.
This commit is contained in:
parent
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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user