Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Add @SuppressLint("DefaultLocale") to formatAsAudioDuration
Added `@SuppressLint("DefaultLocale")` to the `formatAsAudioDuration` extension property. This annotation suppresses the lint warning related to locale-dependent string formatting in this specific case.
- Loading branch information