Merge "Donot disable Wi-Fi Calling when getting "registration error" intent." am: 4ec0e8e865 am: 9b282e231f

am: be581fd7ef

Change-Id: Ic22820dfa04d9ae565b83dde67fb9909ce38b6f6
This commit is contained in:
Brad Ebinger
2018-03-08 20:09:37 +00:00
committed by android-build-merger

View File

@@ -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);
}
}