mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-06 11:39:49 +00:00
Fix
This commit is contained in:
parent
74eef9fa0c
commit
30850eaf85
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue