Skip to content

Commit

Permalink
TTS progress channel
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Sep 29, 2024
1 parent dfb2536 commit 30b1458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/eu/faircode/email/ServiceTTS.java
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public IBinder onBind(Intent intent) {

private Notification getNotification() {
NotificationCompat.Builder builder =
new NotificationCompat.Builder(this, "service")
new NotificationCompat.Builder(this, "progress")
.setForegroundServiceBehavior(Notification.FOREGROUND_SERVICE_DEFAULT)
.setSmallIcon(R.drawable.twotone_play_arrow_24)
.setContentTitle(getString(R.string.title_rule_tts))
Expand Down

0 comments on commit 30b1458

Please sign in to comment.