Files
audiobookshelf-app/android/app
Lauris van RijnandLauris van Rijn 361c55c5ac fix(media): remove busy‑wait loop in library personalization loading
Replaced the infinite `while(libraryPersonalizationsDone > 0){}` spin‑loop
with an async counter callback. This prevents pegging the CPU if one
personalization never completes, and allows completion to trigger via
AtomicInteger decrement. Now the final callback fires only when all
libraries have finished loading.
2025-08-29 00:42:48 +02:00
..
2021-09-01 20:07:11 -05:00
2025-07-19 16:55:54 -05:00
2025-04-17 17:16:00 -05:00
2021-09-01 20:07:11 -05:00