mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-06 03:33:07 +00:00
TTS progress channel
This commit is contained in:
parent
dfb2536502
commit
30b1458700
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ public class ServiceTTS extends ServiceBase {
|
|||
|
||||
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))
|
||||
|
|
Loading…
Add table
Reference in a new issue