fix version
This commit is contained in:
parent
84ecf92bd3
commit
b7b0ca501a
1 changed files with 1 additions and 1 deletions
|
@ -900,7 +900,7 @@ public class GpxUiHelper {
|
|||
OsmandSettings settings = ctx.getSettings();
|
||||
boolean light = settings.isLightContent();
|
||||
|
||||
if (android.os.Build.VERSION.SDK_INT < Build.VERSION_CODES.JELLY_BEAN_MR2) {
|
||||
if (android.os.Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP) {
|
||||
mChart.setHardwareAccelerationEnabled(false);
|
||||
} else {
|
||||
mChart.setHardwareAccelerationEnabled(true);
|
||||
|
|
Loading…
Reference in a new issue