1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-06 11:39:49 +00:00
This commit is contained in:
M66B 2024-09-27 15:20:43 +02:00
parent 74eef9fa0c
commit 30850eaf85

View file

@ -2547,7 +2547,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
return;
long timeout = at - new Date().getTime();
if (timeout < 10 * 1000L)
if (timeout < 1000L)
return;
if (timeout > send_delayed)
timeout = send_delayed;