Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04f91521 authored by mitulsheth's avatar mitulsheth
Browse files

fix(bug): Fix the audio queue issue

parent 7e5e8235
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ class MapsTtsObserver(

        val result = tts.speak(
            spokenInstruction.text,
            TextToSpeech.QUEUE_FLUSH,
            TextToSpeech.QUEUE_ADD,
            null,
            utteranceId
        )