mirror of https://github.com/M66B/FairEmail.git
Work around disappeared message text files
This commit is contained in:
parent
9292a82ebd
commit
4b01aecafe
|
@ -2315,6 +2315,7 @@ class Core {
|
||||||
} catch (IOException ex) {
|
} catch (IOException ex) {
|
||||||
Log.e(ex);
|
Log.e(ex);
|
||||||
mbuilder.setStyle(new NotificationCompat.BigTextStyle().bigText(ex.toString()));
|
mbuilder.setStyle(new NotificationCompat.BigTextStyle().bigText(ex.toString()));
|
||||||
|
db.message().setMessageContent(message.id, false, null, null, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (info.hasPhoto())
|
if (info.hasPhoto())
|
||||||
|
|
Loading…
Reference in New Issue