Work around disappeared message text files

pull/160/head
M66B 5 years ago
parent 9292a82ebd
commit 4b01aecafe

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

Loading…
Cancel
Save