Skip to content
Snippets Groups Projects
Commit 8c59d2e4 authored by Rayan Osseiran's avatar Rayan Osseiran Committed by Adrien Béraud
Browse files

calls: fix incorrect initial state for speaker

Initial state of ui checkmark based on whether call is audio (no speaker) or video (speaker)

Change-Id: Ief2c52229fc84eacb2b77932c17a96c0c628938c
parent a9d20997
No related branches found
No related tags found
No related merge requests found
......@@ -295,6 +295,7 @@ public class CallPresenter extends RootPresenter<CallView> {
view.updateMenu();
if (call.isOnGoing()) {
mOnGoingCall = true;
mHardwareService.toggleSpeakerphone(!mAudioOnly);
view.initNormalStateDisplay(mAudioOnly, mHardwareService.isSpeakerPhoneOn(), isMicrophoneMuted());
view.updateMenu();
if (!mAudioOnly) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment