Merge "There are two same items in manual selection page, remove one item" into rvc-dev am: c2729a517e am: 39f33a74ed am: 27ca0f75c8

Change-Id: I98dc3a083c4368e06473a78563d27c021c96d72d
This commit is contained in:
TreeHugger Robot
2020-05-05 07:10:49 +00:00
committed by Automerger Merge Worker

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