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

Commit 72a31608 authored by Suresh Koleti's avatar Suresh Koleti
Browse files

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

Donot disable Wi-Fi Calling when getting "registration error"
which will help to retry registration over WiFi by modem.

Test: Manual
Bug: 69446679
Change-Id: Ief5f08a0e6518138fddc22e440020adb8b95d43b
parent 58c06dd6
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1722,9 +1722,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);