(Android) Followup to earlier commit

This commit is contained in:
twinaphex 2016-03-12 08:53:27 +01:00
parent 432d7a358a
commit 8467ce114c

View File

@ -434,6 +434,7 @@ dpi_fallback:
/* add a fallback in case the device doesn't report DPI.
* Hopefully fixes issues with the moto G2. */
dpi = 90;
*value = (float)dpi;
return true;
}