Historique d'avancement
Correctif en version: v1.4.10

Source: Reported via Google Play Console stack trace. Issue Summary: A crash occurred inside the custom AudioVisualizer component (AudioVisualizer.kt at line 113) during a UI draw phase. Kotlin's coerceIn function threw an IllegalArgumentException, indicating that minimumValue passed to coerceIn was greater than maximumValue (e.g., value.coerceIn(min, max) where min > max or min.isNaN()).