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

Commit 574722a4 authored by dianlujitao's avatar dianlujitao
Browse files

Fix a cherrypick mistake

 * We resolved conflicts with AOSP commit 37414e6f by mistake when
   picking CAF commit 37e33ffe.
 * Original CAF commit: https://source.codeaurora.org/quic/la/platform/frameworks/opt/telephony/commit/?id=fb409ccebf87b8a2be9e64e071810b8d48b4376f

Change-Id: Ic8ed23787caace5280011a184c675c0662807acc
parent 0497c6b3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1073,8 +1073,7 @@ public class GsmCdmaPhone extends Phone {
                && isEmergency
                && alwaysTryImsForEmergencyCarrierConfig
                && ImsManager.getInstance(mContext, mPhoneId).isNonTtyOrTtyOnVolteEnabledForSlot()
                && imsPhone.isImsAvailable()
                && (imsPhone.getServiceState().getState() != ServiceState.STATE_POWER_OFF);
                && imsPhone.isImsAvailable();

        String dialPart = PhoneNumberUtils.extractNetworkPortionAlt(PhoneNumberUtils.
                stripSeparators(dialString));