Test HW acelerstion off, according tohttp://stackoverflow.com/questions/36367324/mpandroidchart-bug-line-chart-fill-color-on-pre-api-21-devices
This commit is contained in:
parent
7a599a3552
commit
2079c090e0
1 changed files with 1 additions and 1 deletions
|
@ -900,7 +900,7 @@ public class GpxUiHelper {
|
|||
OsmandSettings settings = ctx.getSettings();
|
||||
boolean light = settings.isLightContent();
|
||||
|
||||
mChart.setHardwareAccelerationEnabled(true);
|
||||
mChart.setHardwareAccelerationEnabled(false);
|
||||
mChart.setTouchEnabled(true);
|
||||
mChart.setDragEnabled(true);
|
||||
mChart.setScaleEnabled(true);
|
||||
|
|
Loading…
Reference in a new issue