Use the vector icon

This commit is contained in:
jacques 2020-07-23 09:37:27 +02:00
parent 7715ecc158
commit 35a915f529

View file

@ -38,8 +38,8 @@ public class About extends AppCompatActivity{
public Drawable getDrawable(String source) { public Drawable getDrawable(String source) {
int id; int id;
if (source.equals("ic_launcher.png")) { if (source.equals("ic_launcher-web.png")) {
id = R.mipmap.ic_launcher; id = R.drawable.ic_launcher;
} else { } else {
return null; return null;
} }