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

Commit ab988900 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" intent." into pi-dev

parents 437d421e 87e0d432
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -203,9 +203,6 @@ public class WifiCallingSettingsForSub 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);
            }
        }