Skip to content

Commit 7d564cf

Browse files
authored
Merge pull request #6105 from nextcloud/backport/6103/stable-23.0
[stable-23.0] stop calling sound when preparing call
2 parents be8560a + e6f9841 commit 7d564cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/com/nextcloud/talk/activities/CallActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,7 @@ class CallActivity : CallBaseActivity() {
10211021
}
10221022

10231023
private fun prepareCall() {
1024+
stopCallingSound()
10241025
basicInitialization()
10251026
initViews()
10261027
// updateSelfVideoViewPosition(true)

0 commit comments

Comments
 (0)