This commit is contained in:
fanchao 2024-05-17 14:09:40 +10:00
parent 23872afeb4
commit e49d017b08

View File

@ -107,6 +107,7 @@ class ConversationViewModel(
override fun onCleared() {
super.onCleared()
// Stop all voice message when existing the convo page
AudioSlidePlayer.stopAll()
}