android / uamp

A sample audio app for Android
Apache License 2.0
13.11k stars 3.76k forks source link

Forgot edge case? #467

Open Sternbach-Software opened 3 years ago

Sternbach-Software commented 3 years ago

Should
fun String?.containsCaseInsensitive(other: String?) return true if both are null? Currently it does: https://github.com/android/uamp/blob/main/common/src/main/java/com/example/android/uamp/media/extensions/JavaLangExt.kt#L31