Merge "[Provider model] Update the Wi-Fi icons in the Settings" into sc-dev am: 567e29adf0
am: 1e0d173f8b
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14733191 Change-Id: I1f87f94ac1a748b8533ee6f50c6a4dd3edf25688
This commit is contained in:
@@ -1054,7 +1054,7 @@ public class WifiDetailPreferenceController2 extends AbstractPreferenceControlle
|
||||
}
|
||||
|
||||
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