Commit 2989215c authored by Tiago Cunha's avatar Tiago Cunha

Not crashing, but missing a lot of message rendering

parent 4438355c
...@@ -197,7 +197,7 @@ public class RealmMessage extends RealmObject { ...@@ -197,7 +197,7 @@ public class RealmMessage extends RealmObject {
coreAttachments.add(coreAttachment); coreAttachments.add(coreAttachment);
} }
} }
} catch (JSONException ignored) { } catch (Exception ignored) {
} }
return coreAttachments; return coreAttachments;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment