Files
app-legacy/refilc_mobile_ui
b3ni15 c3b1e783b8 Fix auto-retry cap never being reached in KretenLoginWidget
_autoRetryCount was reset to 0 in onPageStarted, which fires after
every loadRequest call including the one inside _retryLoad. This meant
the retry cap (_maxAutoRetries = 1) was never reached, causing an
infinite retry loop on persistent errors.

Move the _autoRetryCount reset to onPageFinished so it only clears
when the page actually loads successfully (or via the user-initiated
_retry which already resets it explicitly).

https://claude.ai/code/session_016dhktF2DaoTQeifUaZrxbP
2026-03-15 22:38:00 +01:00
..
2025-03-02 20:41:51 +01:00

refilc - felület library

A következőket tartalmazza:

  • oldalak elrendezése
  • oldalakon használt elemek logikája
  • kréta bejelentkezés logikája