@@ -370,7 +371,7 @@ class NotificationService(val context: Context) {
channel
}
5->{
valchannel=NotificationChannel(toChannelId(scope,priority),context.getString(R.string.channel_notifications_max_name),NotificationManager.IMPORTANCE_HIGH)// IMPORTANCE_MAX does not exist
valchannel=NotificationChannel(channelId,context.getString(R.string.channel_notifications_max_name),NotificationManager.IMPORTANCE_HIGH)// IMPORTANCE_MAX does not exist
channel.enableLights(true)
channel.enableVibration(true)
channel.vibrationPattern=longArrayOf(
@@ -383,7 +384,7 @@ class NotificationService(val context: Context) {