This commit is contained in:
Horis
2024-08-16 20:25:20 +08:00
parent deef0a69be
commit 3685431b40
+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)