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

Commit 79b8267e authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "Donot disable Wi-Fi Calling when getting "registration error"" am: 3acfe94a

am: 69f8634d

Change-Id: Ie092e3cf9bb0cfd4a45a3919ece1f7beeae58eb0
parents d7007056 69f8634d
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);