Minor cleanup

This commit is contained in:
Syer10
2022-12-22 16:44:38 -05:00
parent 644019850b
commit 0c58727dd5
3 changed files with 3 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ fun Context.notificationBuilder(channelId: String, block: (NotificationCompat.Bu
/**
* Helper method to create a notification.
*
* @param id the channel id.
* @param channelId the channel id.
* @param block the function that will execute inside the builder.
* @return a notification to be displayed or updated.
*/