Merge "[Provider model] Update the Wi-Fi icons in the Settings" into sc-dev am: 567e29adf0
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14733191 Change-Id: I9f558139273cec1919b58f69fc841b50644d25ee
This commit is contained in:
@@ -1054,7 +1054,7 @@ public class WifiDetailPreferenceController2 extends AbstractPreferenceControlle
|
|||||||
}
|
}
|
||||||
|
|
||||||
public Drawable getIcon(boolean showX, int level) {
|
public Drawable getIcon(boolean showX, int level) {
|
||||||
return mContext.getDrawable(Utils.getWifiIconResource(showX, level)).mutate();
|
return mContext.getDrawable(WifiUtils.getInternetIconResource(level, showX)).mutate();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user