This commit is contained in:
Horis
2024-08-16 20:25:20 +08:00
parent 24052ddf08
commit adbeb5e770
+1 -1
View File
@@ -161,7 +161,7 @@ class App : Application() {
val readAloudChannel = NotificationChannel(
channelIdReadAloud,
getString(R.string.read_aloud),
NotificationManager.IMPORTANCE_DEFAULT
NotificationManager.IMPORTANCE_HIGH
).apply {
enableLights(false)
enableVibration(false)