Log the icons dir for the device density
This commit is contained in:
parent
3aed80d94b
commit
5b4c40fe07
@ -900,6 +900,7 @@ public class DB {
|
|||||||
iconsDir = "/icons-120/";
|
iconsDir = "/icons-120/";
|
||||||
}
|
}
|
||||||
metrics = null;
|
metrics = null;
|
||||||
|
Log.d("FDroid", "Density-specific icons dir is " + iconsDir);
|
||||||
|
|
||||||
while (!c.isAfterLast()) {
|
while (!c.isAfterLast()) {
|
||||||
String id = c.getString(0);
|
String id = c.getString(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user