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

Commit 9b282e23 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" intent."

am: 4ec0e8e8

Change-Id: I04c42bb5786b37f6d9aa124a663eef6d69b930a2
parents 57dc4a18 4ec0e8e8
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -193,9 +193,6 @@ public class WifiCallingSettings extends SettingsPreferenceFragment
                // not show notification, we are changing result code here.
                setResultCode(Activity.RESULT_CANCELED);

                // UX requirement is to disable WFC in case of "permanent" registration failures.
                mSwitch.setChecked(false);

                showAlert(intent);
            }
        }