Loading src/com/android/settings/Utils.java +2 −1 Original line number Diff line number Diff line Loading @@ -1013,7 +1013,8 @@ public final class Utils extends com.android.settingslib.Utils { Drawable safeIcon = icon; if ((icon != null) && !(icon instanceof VectorDrawable)) { safeIcon = getSafeDrawable(icon, 500, 500); safeIcon = getSafeDrawable(icon, /* MAX_DRAWABLE_SIZE */ 600, /* MAX_DRAWABLE_SIZE */ 600); } return safeIcon; Loading Loading
src/com/android/settings/Utils.java +2 −1 Original line number Diff line number Diff line Loading @@ -1013,7 +1013,8 @@ public final class Utils extends com.android.settingslib.Utils { Drawable safeIcon = icon; if ((icon != null) && !(icon instanceof VectorDrawable)) { safeIcon = getSafeDrawable(icon, 500, 500); safeIcon = getSafeDrawable(icon, /* MAX_DRAWABLE_SIZE */ 600, /* MAX_DRAWABLE_SIZE */ 600); } return safeIcon; Loading