Merge "Remove existing list when force update network" into main
This commit is contained in:
@@ -490,6 +490,7 @@ public class NetworkSelectSettings extends DashboardFragment {
|
||||
*/
|
||||
private void forceUpdateConnectedPreferenceCategory(
|
||||
NetworkSelectRepository.NetworkRegistrationAndForbiddenInfo info) {
|
||||
mPreferenceCategory.removeAll();
|
||||
for (NetworkRegistrationInfo regInfo : info.getNetworkList()) {
|
||||
final CellIdentity cellIdentity = regInfo.getCellIdentity();
|
||||
if (cellIdentity == null) {
|
||||
|
Reference in New Issue
Block a user