mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
e31427fb99
commit
e5706aab3c
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue