1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-22 06:01:12 +00:00

Small improvement

This commit is contained in:
M66B 2018-12-29 11:32:10 +00:00
parent e31427fb99
commit e5706aab3c

View file

@ -880,7 +880,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
body = message.read(context);
} catch (IOException ex) {
Log.e(ex);
body = ex.toString();
body = "";
db.message().setMessageContent(message.id, false, null);
}