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

Commit dce46028 authored by Jay Shrauner's avatar Jay Shrauner Committed by Android (Google) Code Review
Browse files

Merge "Remove connection substate"

parents a1c45776 1c94eb7b
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -680,15 +680,6 @@ public class ImsPhoneConnection extends Connection {
                setAudioQuality(newAudioQuality);
                changed = true;
            }

            // Check if call substate has changed. If so notify listeners of call state changed.
            int callSubstate = getCallSubstate();
            int newCallSubstate = imsCall.getCallSubstate();

            if (callSubstate != newCallSubstate) {
                setCallSubstate(newCallSubstate);
                changed = true;
            }
        } catch (ImsException e) {
            // No session in place -- no change
        }