Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c332db7 authored by Ravindra's avatar Ravindra
Browse files

Fix to set initial audio state

while speeding up the audio for MT calls set the initial audio
state after updating the audio stream.

Change-Id: Icd2cae2ea86f99432a91aa1ffd14ed5210953e35
CRs-Fixed: 786412
parent a2fc9c2f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -114,6 +114,7 @@ final class CallAudioManager extends CallsManagerListenerBase
                setIsRinging(false);
            } else {
                updateAudioStreamAndMode();
                setInitialAudioState(call, true /* force */);
            }
        }
    }