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

Commit eb374602 authored by Jay Shrauner's avatar Jay Shrauner
Browse files

DO NOT MERGE Remove connection substate

Bug:20300433
Change-Id: Ic7f097cf371204f8ec4271cea735be9fbed14a7d
parent 0944ca6b
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -695,15 +695,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
        }