mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 06:01:12 +00:00
Small improvement
This commit is contained in:
parent
e31427fb99
commit
e5706aab3c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue