Files
Purefin/app
Barnabas Balogh 198e40d1e8 fix: Prevent duplicate API calls on app startup
ensureReady() had a race condition where concurrent callers from init
block and ViewModels would all run the loading logic simultaneously.
Added Mutex to ensure only the first caller loads; others await.

Also added a cooldown to refreshHomeData() since LifecycleResumeEffect
fires immediately on first composition, triggering a redundant reload
right after the initial load completes.
2026-02-18 18:52:05 +01:00
..
2026-01-16 19:47:33 +01:00
2026-01-16 19:47:33 +01:00