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

Commit b92682c6 authored by Nancy Chen's avatar Nancy Chen Committed by Android (Google) Code Review
Browse files

Merge "Remove invalid warning from BluetoothPhoneService" into lmp-dev

parents 6426ce8d d675ae71
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -615,10 +615,6 @@ public final class BluetoothPhoneService extends Service {
            case CallState.DISCONNECTED:
            case CallState.CONNECTING:
            case CallState.PRE_DIAL_WAIT:
                if (callState == CallState.CONNECTING || callState == CallState.PRE_DIAL_WAIT) {
                    Log.w(this, "convertCallState: unexpected state %s",
                            CallState.toString(callState));
                }
                return CALL_STATE_IDLE;

            case CallState.ACTIVE: