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

Commit 85d3bea1 authored by Andrew Lee's avatar Andrew Lee Committed by Android (Google) Code Review
Browse files

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

parents e0592ed3 e672c658
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.
    }

    /**