Skip to content

Commit 5361576

Browse files
authored
Merge pull request #6103 from nextcloud/bugfix/noid/stopCallingSound
stop calling sound when preparing call
2 parents d7e6281 + 57e6a49 commit 5361576

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
@@ -1041,6 +1041,7 @@ class CallActivity : CallBaseActivity() {
10411041
}
10421042

10431043
private fun prepareCall() {
1044+
stopCallingSound()
10441045
basicInitialization()
10451046
initViews()
10461047
// updateSelfVideoViewPosition(true)

0 commit comments

Comments
 (0)