Work around disappeared message text files

This commit is contained in:
M66B 2019-08-12 10:03:32 +02:00
parent 9292a82ebd
commit 4b01aecafe
1 changed files with 1 additions and 0 deletions

View File

@ -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())