mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-24 16:57:50 +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
|
||||
throw new IOException("Unable to query content type.");
|
||||
} finally {
|
||||
if (cursor != null)
|
||||
cursor.close();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user