mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-25 13:12:16 +03:00
fixed lint error
This commit is contained in:
parent
be49145aa8
commit
d4ce10ebfa
@ -600,9 +600,7 @@ class MediaPlayerService : Service() {
|
||||
notificationBuilder!!.setContentText(song.artist)
|
||||
notificationBuilder!!.setLargeIcon(bitmap)
|
||||
notificationBuilder!!.setSubText(song.album)
|
||||
}
|
||||
else if (downloader.started)
|
||||
{
|
||||
} else if (downloader.started) {
|
||||
// No song is playing, but Ultrasonic is downloading files
|
||||
notificationBuilder!!.setContentTitle(
|
||||
getString(R.string.notification_downloading_title)
|
||||
|
Loading…
x
Reference in New Issue
Block a user