fixed lint error

This commit is contained in:
Nite 2021-09-23 16:00:20 +02:00
parent be49145aa8
commit d4ce10ebfa
No known key found for this signature in database
GPG Key ID: 1D1AD59B1C6386C1
1 changed files with 1 additions and 3 deletions

View File

@ -600,9 +600,7 @@ class MediaPlayerService : Service() {
notificationBuilder!!.setContentText(song.artist) notificationBuilder!!.setContentText(song.artist)
notificationBuilder!!.setLargeIcon(bitmap) notificationBuilder!!.setLargeIcon(bitmap)
notificationBuilder!!.setSubText(song.album) notificationBuilder!!.setSubText(song.album)
} } else if (downloader.started) {
else if (downloader.started)
{
// No song is playing, but Ultrasonic is downloading files // No song is playing, but Ultrasonic is downloading files
notificationBuilder!!.setContentTitle( notificationBuilder!!.setContentTitle(
getString(R.string.notification_downloading_title) getString(R.string.notification_downloading_title)