mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user