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 {