1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-22 15:55:57 +00:00

Added remark

This commit is contained in:
M66B 2020-11-03 16:52:10 +01:00
parent d323e9c37b
commit 7369e4d453

View file

@ -678,6 +678,7 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
// Check sent message
if (sid != null) {
try {
// Some email servers are slow with adding sent messages
Thread.sleep(EXISTS_DELAY);
} catch (InterruptedException ex) {
Log.e(ex);