Remove NR NSA from voice network type
Since voice calls on NR NSA use LTE, the voice network type should not be updated to be NR NSA. Test: manual testing Bug: 159382203 Change-Id: I77d92fab0020da356ae43293016237be7494c1e2
This commit is contained in:
@@ -525,7 +525,6 @@ public class SimStatusDialogController implements LifecycleObserver, OnResume, O
|
||||
if (overrideNetworkType == TelephonyDisplayInfo.OVERRIDE_NETWORK_TYPE_NR_NSA_MMWAVE
|
||||
|| overrideNetworkType == TelephonyDisplayInfo.OVERRIDE_NETWORK_TYPE_NR_NSA) {
|
||||
dataNetworkTypeName = "NR NSA";
|
||||
voiceNetworkTypeName = "NR NSA";
|
||||
}
|
||||
|
||||
boolean show4GForLTE = false;
|
||||
|
Reference in New Issue
Block a user