1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 17:57:16 +00:00

Restart send service on user retry

This commit is contained in:
M66B 2021-01-12 10:15:45 +01:00
parent e237e8fd2a
commit 968f0ce68a

View file

@ -468,6 +468,8 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
} finally {
db.endTransaction();
}
ServiceSend.start(this);
}
private void onSend(EntityMessage message) throws MessagingException, IOException {