deleted getPaintedIconMethod
This commit is contained in:
parent
b66a76e2c0
commit
d87105d1a2
1 changed files with 1 additions and 4 deletions
|
@ -38,13 +38,10 @@ public abstract class BaseTravelCard {
|
||||||
return app.getIconsCache().getIcon(drawableRes);
|
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) {
|
protected Drawable getIcon(int iconId, int colorLightId, int colorDarkId) {
|
||||||
return app.getIconsCache().getIcon(iconId, nightMode ? colorLightId : colorDarkId);
|
return app.getIconsCache().getIcon(iconId, nightMode ? colorLightId : colorDarkId);
|
||||||
}
|
}
|
||||||
|
|
||||||
@StringRes
|
@StringRes
|
||||||
protected int getLeftButtonTextId() {
|
protected int getLeftButtonTextId() {
|
||||||
return DEFAULT_VALUE;
|
return DEFAULT_VALUE;
|
||||||
|
|
Loading…
Reference in a new issue