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

Commit cc76d4a6 authored by Grace Jia's avatar Grace Jia Committed by Zixuan Qu
Browse files

Fix IllegalStateException when sending START_CALL_STREAMING

message to CallAudioRouteStateMachine in earpiece route.

Bug: 270620207
Test: Manually test using telecom test app
Change-Id: I5007319ed9003b3a5d8b670efe45d8b80d5f7534
(cherry picked from commit 2744f6ce)
parent a8618ee9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -557,6 +557,7 @@ public class CallAudioRouteStateMachine extends StateMachine {
                    return HANDLED;
                case STREAMING_FORCE_ENABLED:
                    transitionTo(mStreamingState);
                    return HANDLED;
                default:
                    return NOT_HANDLED;
            }