Skip to content

Commit

Permalink
lower priority
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurKun21 committed Jan 16, 2025
1 parent 8cb29cf commit 26c0797
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import android.content.Context
import androidx.core.app.NotificationChannelCompat
import androidx.core.app.NotificationChannelGroupCompat
import androidx.core.app.NotificationManagerCompat
import androidx.core.app.NotificationManagerCompat.IMPORTANCE_DEFAULT
import androidx.core.app.NotificationManagerCompat.IMPORTANCE_LOW
import io.github.fate_grand_automata.R

Expand Down Expand Up @@ -81,7 +80,7 @@ object Notifications {
setDescription(context.getString(R.string.notification_script_service_desc))
setShowBadge(false)
},
buildNotificationChannel(SCRIPT_MESSAGE_CHANNEL, IMPORTANCE_DEFAULT) {
buildNotificationChannel(SCRIPT_MESSAGE_CHANNEL, IMPORTANCE_LOW) {
setName(context.getString(R.string.notification_script_message))
setDescription(context.getString(R.string.notification_script_message_desc))
setShowBadge(false)
Expand Down

0 comments on commit 26c0797

Please sign in to comment.