NuvioStreaming/composeApp
DynamycSound bd474133fc
fix(android): stop home hero carousel reshuffling while loading
The home hero pool is rebuilt every time a catalog batch finishes
loading, then shuffled with a one-shot Random seeded on the request
key. Re-permuting the growing pool on each intermediate publish made
the carousel visibly reshuffle/reorder several times on app open
before settling.

Order the hero candidates by a stable per-item hash instead, so the
relative order of already-loaded items stays fixed while later items
slot into place. The carousel now settles instead of reshuffling, and
ordering remains deterministic per catalog set and stable across app
opens.

Fixes #1133
2026-06-08 00:06:03 +00:00
..
libs fix: force sync pull on foreground request 2026-05-31 14:03:26 +05:30
src fix(android): stop home hero carousel reshuffling while loading 2026-06-08 00:06:03 +00:00
build.gradle.kts Revert "Merge branch 'iosmodalsheet' into cmp-rewrite" 2026-06-05 17:16:09 +05:30
proguard-rules.pro bump version - hotfix 2026-06-04 02:15:21 +05:30