mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Work around disappeared message text files
This commit is contained in:
@@ -2315,6 +2315,7 @@ class Core {
|
||||
} catch (IOException ex) {
|
||||
Log.e(ex);
|
||||
mbuilder.setStyle(new NotificationCompat.BigTextStyle().bigText(ex.toString()));
|
||||
db.message().setMessageContent(message.id, false, null, null, null);
|
||||
}
|
||||
|
||||
if (info.hasPhoto())
|
||||
|
||||
Reference in New Issue
Block a user