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

Commit 919e960a authored by Andrew Lee's avatar Andrew Lee Committed by Android Git Automerger
Browse files

am 85d3bea1: Merge "In SipPhoneBase, do not notify call state changes." into lmp-mr1-dev

* commit '85d3bea1':
  In SipPhoneBase, do not notify call state changes.
parents d37aa07d 85d3bea1
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -161,11 +161,10 @@ abstract class SipPhoneBase extends PhoneBase {
    }

    /**
     * Notify any interested party of a Phone state change
     * {@link com.android.internal.telephony.PhoneConstants.State}
     * SIP phones do not have a subscription id, so do not notify of specific phone state changes.
     */
    /* package */ void notifyPhoneStateChanged() {
        mNotifier.notifyPhoneState(this);
        // Do nothing.
    }

    /**