Update methods
This commit is contained in:
parent
ec8a3f1f0f
commit
a46a2ac46e
1 changed files with 0 additions and 4 deletions
|
@ -84,10 +84,6 @@ public class IconsCache {
|
|||
return getDrawable(id, colorId);
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public Drawable getIcon(@DrawableRes int id, @ColorRes int colorId, float scale) {
|
||||
return getDrawable(id, colorId, scale);
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public Drawable getIcon(@DrawableRes int backgroundId, @DrawableRes int id, @ColorRes int colorId) {
|
||||
|
|
Loading…
Reference in a new issue