Fix lint error/warning while building android template

This commit is contained in:
volzhs 2018-12-04 06:46:43 +09:00
parent 0cff752be1
commit b385a4b053
83 changed files with 6286 additions and 7105 deletions

View file

@ -1564,7 +1564,7 @@ public:
_fix_resources(p_preset, data);
}
if (file == "res/drawable/icon.png") {
if (file == "res/drawable-nodpi-v4/icon.png") {
bool found = false;
for (unsigned int i = 0; i < sizeof(launcher_icons) / sizeof(launcher_icons[0]); ++i) {
String icon_path = String(p_preset->get(launcher_icons[i].option_id)).strip_edges();