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

Commit 2744f6ce authored by Grace Jia's avatar Grace Jia
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
parent aac8e722
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -554,6 +554,7 @@ public class CallAudioRouteStateMachine extends StateMachine {
                    return HANDLED;
                case STREAMING_FORCE_ENABLED:
                    transitionTo(mStreamingState);
                    return HANDLED;
                default:
                    return NOT_HANDLED;
            }