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:
parent
e237e8fd2a
commit
968f0ce68a
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue