Merge "Donot disable Wi-Fi Calling when getting "registration error" intent."

am: 4ec0e8e865

Change-Id: I04c42bb5786b37f6d9aa124a663eef6d69b930a2
This commit is contained in:
Brad Ebinger
2018-03-08 19:13:20 +00:00
committed by android-build-merger

View File

@@ -193,9 +193,6 @@ public class WifiCallingSettings extends SettingsPreferenceFragment
// not show notification, we are changing result code here. // not show notification, we are changing result code here.
setResultCode(Activity.RESULT_CANCELED); setResultCode(Activity.RESULT_CANCELED);
// UX requirement is to disable WFC in case of "permanent" registration failures.
mSwitch.setChecked(false);
showAlert(intent); showAlert(intent);
} }
} }