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:
Sarah Chin
2020-06-22 14:58:04 -07:00
parent ec606d6cdf
commit 4b5e95daa1

View File

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