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

Commit ce06c062 authored by Suresh Koleti's avatar Suresh Koleti Committed by Ravi Paluri
Browse files

IMS: Fix compilation errors

Fix compilation errors

Change-Id: I3750100d752ff5e4b36c69502e8c81fbaa339c34
parent 110c1cc2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -966,7 +966,7 @@ public class GSMPhone extends PhoneBase {
    public void addParticipant(String dialString) throws CallStateException {
        ImsPhone imsPhone = mImsPhone;
        boolean imsUseEnabled =
                ImsManager.isEnhanced4gLteModeSettingEnabledByPlatform(mContext) &&
                ImsManager.isVolteEnabledByPlatform(mContext) &&
                ImsManager.isEnhanced4gLteModeSettingEnabledByUser(mContext);

        if (imsUseEnabled && imsPhone != null