remove comment

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2024-11-21 11:53:32 +01:00
parent 19a69e0abf
commit be99e1a037
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -836,8 +836,6 @@ class NotificationWorker(context: Context, workerParams: WorkerParameters) : Wor
}
notificationManager.notify(notificationId, notification)
// On devices with Android 8.0 (Oreo) or later, notification sound will be handled by the system
// if notifications have not been disabled by the user.
return
}