Commit ec3fb73
Schedule retry after connectivity timeout instead of giving up
When WiFi connectivity times out after 30s, the device would show an
error and stop — no alarm was scheduled for the next cycle. This meant
the device sat idle indefinitely until the user manually tapped "Next".
Now calls scheduleNextCycle() after the timeout so the device will
wake and retry on its normal refresh interval, matching the behavior
of other fetch error paths.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 321dac3 commit ec3fb73
1 file changed
Lines changed: 3 additions & 2 deletions
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
456 | | - | |
| 456 | + | |
457 | 457 | | |
458 | | - | |
| 458 | + | |
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
| 464 | + | |
464 | 465 | | |
465 | 466 | | |
466 | 467 | | |
| |||
0 commit comments