Donot disable Wi-Fi Calling when getting "registration error" intent.
Test: Manual Bug: 69446679 Change-Id: I92869d091f3ad1ece5d3c33457d7601d07797639
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user