Files
minstrel/android/app
bvandeusen 4be7e47584
android / Build + lint + test (push) Successful in 3m49s
chore(android): drop redundant !! on PlaylistRef.systemVariant
Line 264 already null-checks playlist.systemVariant in the if
condition. PlaylistRef is a data class with a val backing field,
so the smart cast narrows it to String inside the branch — the
!! on line 265 was a no-op the Kotlin compiler was warning about.
2026-06-03 09:38:24 -04:00
..