M66B 4 days ago
parent 74eef9fa0c
commit 30850eaf85

@ -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…
Cancel
Save