Skip to content

Commit

Permalink
Merge pull request #7 from BeYourEyes/jiyoung
Browse files Browse the repository at this point in the history
fix: null pointer access when shutdown TTS Manager
  • Loading branch information
moon0900 authored Dec 15, 2024
2 parents 1e75534 + 8c2c7d7 commit 7ac687d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/com/dna/beyoureyes/util/TTSManager.kt
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,5 @@ class TTSManager(context: Context) :
tts = null
isSpeaking = false
utteranceIdQueue.clear()
ttsStateListener?.onTTSDone()
}
}

0 comments on commit 7ac687d

Please sign in to comment.