Prevent crash

pull/125/head
M66B 7 years ago
parent f5b38bd806
commit 6dbd487afc

@ -941,6 +941,7 @@ public class ServiceSynchronize extends LifecycleService {
if (ex instanceof SendFailedException)
reportError(null, folder.name, ex);
if (message != null)
db.message().setMessageError(message.id, Helper.formatThrowable(ex));
if (ex instanceof MessageRemovedException ||

Loading…
Cancel
Save