1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-27 02:07:12 +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 { } finally {
db.endTransaction(); db.endTransaction();
} }
ServiceSend.start(this);
} }
private void onSend(EntityMessage message) throws MessagingException, IOException { private void onSend(EntityMessage message) throws MessagingException, IOException {