From fc94d2886255deaee082a90b57970cf6d5ac1912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Mu=CC=88ller?= Date: Tue, 22 Mar 2022 08:50:35 +0100 Subject: [PATCH] satisfy CI checker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Holger Mùˆller --- .../main/kotlin/org/moire/ultrasonic/fragment/PlayerFragment.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ultrasonic/src/main/kotlin/org/moire/ultrasonic/fragment/PlayerFragment.kt b/ultrasonic/src/main/kotlin/org/moire/ultrasonic/fragment/PlayerFragment.kt index 6710c544..06a2684f 100644 --- a/ultrasonic/src/main/kotlin/org/moire/ultrasonic/fragment/PlayerFragment.kt +++ b/ultrasonic/src/main/kotlin/org/moire/ultrasonic/fragment/PlayerFragment.kt @@ -990,7 +990,7 @@ class PlayerFragment : if (Settings.showNowPlayingDetails) { genreTextView.text = currentSong!!.genre genreTextView.isVisible = - (currentSong!!.genre != null && currentSong!!.genre!!.isNotBlank()); + (currentSong!!.genre != null && currentSong!!.genre!!.isNotBlank()) var bitRate: String = "" if (currentSong!!.bitRate != null && currentSong!!.bitRate!! > 0)