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

Commit 69f8634d 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

Change-Id: Ibaa9a916beda6966d960706623e02b080f264322
parents 091701be 3acfe94a
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);