Using Kdoc is not correct here.
This commit is contained in:
parent
ea4dea548a
commit
ebbe477135
1 changed files with 2 additions and 7 deletions
|
|
@ -110,10 +110,7 @@ class DefaultNotificationChannels(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
// Default notification importance: shows everywhere, makes noise, but does not visually intrude.
|
||||||
* Default notification importance: shows everywhere, makes noise, but does not visually
|
|
||||||
* intrude.
|
|
||||||
*/
|
|
||||||
notificationManager.createNotificationChannel(
|
notificationManager.createNotificationChannel(
|
||||||
NotificationChannelCompat.Builder(
|
NotificationChannelCompat.Builder(
|
||||||
NOISY_NOTIFICATION_CHANNEL_ID,
|
NOISY_NOTIFICATION_CHANNEL_ID,
|
||||||
|
|
@ -138,9 +135,7 @@ class DefaultNotificationChannels(
|
||||||
.build()
|
.build()
|
||||||
)
|
)
|
||||||
|
|
||||||
/**
|
// Low notification importance: shows everywhere, but is not intrusive.
|
||||||
* Low notification importance: shows everywhere, but is not intrusive.
|
|
||||||
*/
|
|
||||||
notificationManager.createNotificationChannel(
|
notificationManager.createNotificationChannel(
|
||||||
NotificationChannelCompat.Builder(
|
NotificationChannelCompat.Builder(
|
||||||
SILENT_NOTIFICATION_CHANNEL_ID,
|
SILENT_NOTIFICATION_CHANNEL_ID,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue