Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
12b480a296
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ public class QuickSearchListItem {
|
||||||
iconId = app.getResources().getIdentifier(iconName, "drawable", app.getPackageName());
|
iconId = app.getResources().getIdentifier(iconName, "drawable", app.getPackageName());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (iconId <= 0) {
|
if (iconId <= 1) {
|
||||||
return app.getIconsCache().getIcon(SearchHistoryFragment.getItemIcon(entry.getName()),
|
return app.getIconsCache().getIcon(SearchHistoryFragment.getItemIcon(entry.getName()),
|
||||||
app.getSettings().isLightContent() ? R.color.osmand_orange : R.color.osmand_orange_dark);
|
app.getSettings().isLightContent() ? R.color.osmand_orange : R.color.osmand_orange_dark);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue