mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-21 21:58:09 +00:00
Fix for recording player status when starting another one
This commit is contained in:
parent
3adbd83259
commit
1d5e496f3f
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ class RecordingsListViewModel @UiThread constructor() : GenericViewModel() {
|
|||
}
|
||||
if (currentlyPlayedRecording != null && model != currentlyPlayedRecording) {
|
||||
Log.i("$TAG Recording model has changed, stopping player before starting it")
|
||||
stop(model)
|
||||
stop(currentlyPlayedRecording)
|
||||
}
|
||||
|
||||
currentlyPlayedRecording = model
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue