There are two same items in manual selection page, remove one item

Bug: 155703755
Test: To check UI. PASS
Change-Id: I8c9fb80ab761599abdfd6640410fdccedec444d0
This commit is contained in:
SongFerngWang
2020-05-05 11:45:58 +08:00
committed by SongFerng Wang
parent b7f98f7667
commit abf31a44c8

View File

@@ -415,6 +415,7 @@ public class NetworkSelectSettings extends DashboardFragment {
// (it would be quite confusing why the connected network has no signal)
pref.setIcon(SignalStrength.NUM_SIGNAL_STRENGTH_BINS - 1);
mPreferenceCategory.addPreference(pref);
break;
}
}
}