This commit is contained in:
fanchao 2024-05-20 09:50:29 +10:00
parent 03893973b7
commit a8cc9e2409

View File

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