deleted getPaintedIconMethod

This commit is contained in:
Chumva 2018-04-23 15:42:57 +03:00
parent b66a76e2c0
commit d87105d1a2

View file

@ -38,13 +38,10 @@ public abstract class BaseTravelCard {
return app.getIconsCache().getIcon(drawableRes);
}
protected Drawable getPaintedIcon(int iconId, int color) {
return app.getIconsCache().getPaintedIcon(iconId, color);
}
protected Drawable getIcon(int iconId, int colorLightId, int colorDarkId) {
return app.getIconsCache().getIcon(iconId, nightMode ? colorLightId : colorDarkId);
}
@StringRes
protected int getLeftButtonTextId() {
return DEFAULT_VALUE;