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

Commit 103358a5 authored by Brad Ebinger's avatar Brad Ebinger Committed by Android (Google) Code Review
Browse files

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

parents 17f2f414 17cf28d0
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1765,9 +1765,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);