Skip to content

Commit 57e6a49

Browse files
committed
stop calling sound when preparing call
Some users complain about ringtone continuing to ring when a call is joined. It could not be reproduced but code wise it makes sense to call stopCallingSound here. This is adapted from the PR #6092 Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
1 parent d7e6281 commit 57e6a49

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)