mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
The card reports that PRICES could not be loaded, so it now says so instead of borrowing the generic "Google Play services are unavailable" title, which contradicted its own body. The retry latches after the first tap: the guard sits inside onClick because `enabled` only takes effect after recomposition, so two taps in the same frame would both fire. It resets naturally when the card leaves composition. Returning to the screen re-runs the SKU query when it is in the unavailable state. MainActivity's per-resume refresh only covers the entitlement, so a transient Play outage left the retry card up until it was tapped by hand.