Skip to content

Commit 0c871e4

Browse files
committed
media browser: remove leftover Java comments
1 parent b6baf73 commit 0c871e4

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

app/src/main/java/org/schabi/newpipe/player/PlayerService.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ class PlayerService : MediaBrowserServiceCompat() {
8989
}
9090
}
9191

92-
// Suppress Sonar warning to not always return the same value, as we need to do some actions
93-
// before returning
9492
override fun onStartCommand(
9593
intent: Intent,
9694
flags: Int,

app/src/main/java/org/schabi/newpipe/player/mediabrowser/MediaBrowserConnector.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,6 @@ class MediaBrowserConnector(private val playerService: PlayerService) : Playback
350350
bookmarksNotificationsDisposable?.dispose()
351351
}
352352

353-
// Suppress Sonar warning replace list collection by Stream.toList call, as this method is only
354-
// available in Android API 34 and not currently available with desugaring
355353
private fun populateBookmarks() =
356354
playlists.firstOrError().map { playlist ->
357355
playlist.filterNotNull().map { createPlaylistMediaItem(it) }

0 commit comments

Comments
 (0)