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

Commit ae397239 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix IllegalStateException when sending START_CALL_STREAMING message to...

Merge "Fix IllegalStateException when sending START_CALL_STREAMING message to CallAudioRouteStateMachine in earpiece route."
parents 632a87c6 2744f6ce
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;
            }