Snap for 8390762 from baf2ef0be6
to sc-qpr3-release
Change-Id: I9656a3f1f72da26a2e68c6f3b1782be143cc457f
This commit is contained in:
@@ -414,6 +414,9 @@ public class AddAppNetworksFragment extends InstrumentedFragment implements
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void updateSingleNetworkSignalIcon(int level) {
|
private void updateSingleNetworkSignalIcon(int level) {
|
||||||
|
if (level == WifiEntry.WIFI_LEVEL_UNREACHABLE) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
// TODO: Check level of the network to show signal icon.
|
// TODO: Check level of the network to show signal icon.
|
||||||
final Drawable wifiIcon = mActivity.getDrawable(
|
final Drawable wifiIcon = mActivity.getDrawable(
|
||||||
Utils.getWifiIconResource(level)).mutate();
|
Utils.getWifiIconResource(level)).mutate();
|
||||||
|
Reference in New Issue
Block a user