Merge "4G+ RAT icon can not be displayed when back to 4G from 4G+" into rvc-dev

This commit is contained in:
Jack Yu
2020-03-06 07:51:22 +00:00
committed by Android (Google) Code Review

View File

@@ -1411,6 +1411,7 @@ public class ServiceState implements Parcelable {
DataSpecificRegistrationInfo dsri = nri.getDataSpecificInfo();
if (dsri != null) {
dsri.setIsUsingCarrierAggregation(ca);
addNetworkRegistrationInfo(nri);
}
}
}