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:
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 {
|
||||
db.endTransaction();
|
||||
}
|
||||
|
||||
ServiceSend.start(this);
|
||||
}
|
||||
|
||||
private void onSend(EntityMessage message) throws MessagingException, IOException {
|
||||
|
|
Loading…
Reference in a new issue