Skip to content

Commit

Permalink
Don't readily cancel existing media notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
MarmadileManteater committed Feb 4, 2024
1 parent 7773e1d commit ff278ca
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ class FreeTubeJavaScriptInterface {
@SuppressLint("MissingPermission")
private fun pushNotification(notification: Notification) {
val manager = NotificationManagerCompat.from(context)
// cancel any existing notifications
cancelMediaNotification()
manager.notify(NOTIFICATION_TAG, NOTIFICATION_ID, notification)
lastNotification = notification
}
Expand Down

0 comments on commit ff278ca

Please sign in to comment.