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

Commit 3acfe94a authored by Brad Ebinger's avatar Brad Ebinger Committed by Gerrit Code Review
Browse files

Merge "Donot disable Wi-Fi Calling when getting "registration error""

parents 4e2be5e8 72a31608
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1764,9 +1764,6 @@ public class ImsPhone extends ImsPhoneBase {
                        imsReasonInfo.mExtraMessage); // Fill IMS error code into notification
            }

            // UX requirement is to disable WFC in case of "permanent" registration failures.
            ImsManager.getInstance(mContext, mPhoneId).setWfcSetting(false);

            // If WfcSettings are active then alert will be shown
            // otherwise notification will be added.
            Intent intent = new Intent(ImsManager.ACTION_IMS_REGISTRATION_ERROR);